MFC r269282: Correct typo in comment

PR:		192231
This commit is contained in:
emaste 2014-08-06 00:35:32 +00:00
parent 25248ca3c7
commit 2f0c20a5ee

View File

@ -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
*/