diff --git a/src/threads/thread.c b/src/threads/thread.c index f937aca..ff5686e 100644 --- a/src/threads/thread.c +++ b/src/threads/thread.c @@ -358,8 +358,8 @@ thread_foreach (thread_action_func *func, void *aux) } /* Function that compares the two threads associated with the provided - list_elem structures. Returns true if the thread associated with a_ has - a higher priority than that of b_. */ + pointers to their 'elem' member. Returns true if the thread associated + with a_ has a higher priority than that of b_. */ bool priority_more (const struct list_elem *a_, const struct list_elem *b_, void *aux UNUSED)