summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-08-06 00:35:32 +0000
committeremaste <emaste@FreeBSD.org>2014-08-06 00:35:32 +0000
commit2f0c20a5ee337895d361e5dc12f0a3e70a28244e (patch)
tree3106800b80d639577b6fcf21565ec3a5d26d363b
parent25248ca3c7e9b1afd7cf6f1da691b5c9c5fcfbcf (diff)
downloadFreeBSD-src-2f0c20a5ee337895d361e5dc12f0a3e70a28244e.zip
FreeBSD-src-2f0c20a5ee337895d361e5dc12f0a3e70a28244e.tar.gz
MFC r269282: Correct typo in comment
PR: 192231
-rw-r--r--sys/sys/procdesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/procdesc.h b/sys/sys/procdesc.h
index 4d77a05..f48c913 100644
--- a/sys/sys/procdesc.h
+++ b/sys/sys/procdesc.h
@@ -47,7 +47,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
*/
OpenPOWER on IntegriCloud