svn commit: r269282 - head/sys/sys

Ed Maste emaste at FreeBSD.org
Wed Jul 30 00:28:30 UTC 2014


Author: emaste
Date: Wed Jul 30 00:28:29 2014
New Revision: 269282
URL: http://svnweb.freebsd.org/changeset/base/269282

Log:
  Correct typo in comment
  
  PR:		192231
  Submitted by:	Ron Dahlgren
  MFC after:	1 week

Modified:
  head/sys/sys/procdesc.h

Modified: head/sys/sys/procdesc.h
==============================================================================
--- head/sys/sys/procdesc.h	Wed Jul 30 00:00:12 2014	(r269281)
+++ head/sys/sys/procdesc.h	Wed Jul 30 00:28:29 2014	(r269282)
@@ -48,7 +48,7 @@
  * Locking key:
  * (c) - Constant after initial setup.
  * (p) - Protected by the process descriptor mutex.
- * (r) - Atomic eference count.
+ * (r) - Atomic reference count.
  * (s) - Protected by selinfo.
  * (t) - Protected by the proctree_lock
  */


More information about the svn-src-head mailing list