Correct mutexes names in comment.

Reviewed by:	rwatson
This commit is contained in:
Pawel Jakub Dawidek 2004-11-24 14:47:06 +00:00
parent fdcef74733
commit 4bc6b2af2e

View file

@ -53,8 +53,8 @@ MALLOC_DECLARE(M_PRISON);
* delete the struture when the last inmate is dead.
*
* Lock key:
* (a) allprison_mutex
* (p) locked by pr_mutex
* (a) allprison_mtx
* (p) locked by pr_mtx
* (c) set only during creation before the structure is shared, no mutex
* required to read
* (d) set only during destruction of jail, no mutex needed