mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixup a comment.
This commit is contained in:
parent
76e2858e2f
commit
595bc82a1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue