Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2016 06:20:26 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299519 - head/sys/sys
Message-ID:  <201605120620.u4C6KQDn083920@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605120620.u4C6KQDn083920>