rlimit: fix a an old name in a comment: uihashtbl_mtx -> uihashtbl_lock

This commit is contained in:
Mateusz Guzik 2015-06-25 01:24:36 +00:00
parent 7150ce743a
commit 94edbbb037
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284784

View File

@ -90,7 +90,7 @@ struct racct;
* Locking guide:
* (a) Constant from inception
* (b) Lockless, updated using atomics
* (c) Locked by global uihashtbl_mtx
* (c) Locked by global uihashtbl_lock
* (d) Locked by the ui_vmsize_mtx
*/
struct uidinfo {