From 27cba7f8a83a8c8b851d6f0e6aa80f62a5d212ce Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 30 Jul 2014 00:28:29 +0000 Subject: [PATCH] Correct typo in comment PR: 192231 Submitted by: Ron Dahlgren MFC after: 1 week --- sys/sys/procdesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/procdesc.h b/sys/sys/procdesc.h index b48b79ab25c..1a3bc98d132 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 */