Changeset 81c0171e in mainline for kernel/generic/src/proc/thread.c


Ignore:
Timestamp:
2008-03-30T10:08:15Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
736c164
Parents:
5e790e6
Message:

Fix typo ALV tree vs. AVL tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/thread.c

    r5e790e6 r81c0171e  
    8888SPINLOCK_INITIALIZE(threads_lock);
    8989
    90 /** ALV tree of all threads.
     90/** AVL tree of all threads.
    9191 *
    9292 * When a thread is found in the threads_tree AVL tree, it is guaranteed to
Note: See TracChangeset for help on using the changeset viewer.