diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index b4c707d5e130..d374472c8269 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -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 {