Typo in comment.
This commit is contained in:
parent
2681c0e9fe
commit
5525a2edd8
@ -33,7 +33,7 @@
|
||||
* Turnstile interface. Non-sleepable locks use a turnstile for the
|
||||
* queue of threads blocked on them when they are contested. Each
|
||||
* turnstile contains two sub-queues: one for threads waiting for a
|
||||
* shared, or eread, lock, and one for threads waiting for an
|
||||
* shared, or read, lock, and one for threads waiting for an
|
||||
* exclusive, or write, lock.
|
||||
*
|
||||
* A thread calls turnstile_chain_lock() to lock the turnstile chain
|
||||
|
Loading…
Reference in New Issue
Block a user