Skip to content

Commit

Permalink
Corrected type in lock descriptions
Browse files Browse the repository at this point in the history
There was a small type ("eference" vs "reference") in the description of the "(r)" comment.
  • Loading branch information
Ron Dahlgren committed Jan 8, 2014
1 parent c23c0c9 commit 3db5d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/sys/procdesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3db5d48

Please sign in to comment.