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

Reply via email to