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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to