summaryrefslogtreecommitdiffstats
path: root/sys/sys/procdesc.h
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-07-30 00:28:29 +0000
committeremaste <emaste@FreeBSD.org>2014-07-30 00:28:29 +0000
commit0f22676132c939485f750696a018d7ea424680eb (patch)
tree3398db9182e3592a0052a0288b72e939ea4ea166 /sys/sys/procdesc.h
parent05d21354c3d64c3089d354a52eca11b88891c54f (diff)
downloadFreeBSD-src-0f22676132c939485f750696a018d7ea424680eb.zip
FreeBSD-src-0f22676132c939485f750696a018d7ea424680eb.tar.gz
Correct typo in comment
PR: 192231 Submitted by: Ron Dahlgren MFC after: 1 week
Diffstat (limited to 'sys/sys/procdesc.h')
-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 b48b79a..1a3bc98 100644
--- a/sys/sys/procdesc.h
+++ b/sys/sys/procdesc.h
@@ -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
*/
OpenPOWER on IntegriCloud