svn commit: r299519 - head/sys/sys
Konstantin Belousov
kib at FreeBSD.org
Thu May 12 06:20:27 UTC 2016
Author: kib
Date: Thu May 12 06:20:26 2016
New Revision: 299519
URL: https://svnweb.freebsd.org/changeset/base/299519
Log:
Typo in comment.
Modified:
head/sys/sys/turnstile.h
Modified: head/sys/sys/turnstile.h
==============================================================================
--- head/sys/sys/turnstile.h Thu May 12 06:20:26 2016 (r299518)
+++ head/sys/sys/turnstile.h Thu May 12 06:20:26 2016 (r299519)
@@ -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
More information about the svn-src-head
mailing list