Fixup a comment.

This commit is contained in:
jhb 2004-03-12 19:05:46 +00:00
parent 3582da3486
commit 6103cfbeb5

View File

@ -95,7 +95,7 @@ __FBSDID("$FreeBSD$");
*
* Each turnstile contains two lists of threads. The ts_blocked list is
* a linked list of threads blocked on the turnstile's lock. The
* ts_pending list is a linked list of threads previously awoken by
* ts_pending list is a linked list of threads previously awakened by
* turnstile_signal() or turnstile_wait() that are waiting to be put on
* the run queue.
*