1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Typo in comment.

This commit is contained in:
Konstantin Belousov 2016-05-12 06:20:26 +00:00
parent 2681c0e9fe
commit 5525a2edd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299519

View File

@ -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