Use correct field in the description for the lock after r319722.

Reviewed by:	glebius
Sponsored by:	iXsystems, Inc.
This commit is contained in:
Bjoern A. Zeeb 2017-12-07 19:40:46 +00:00
parent 952a29c04b
commit 78e3e2a455
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326665

View File

@ -71,7 +71,7 @@ struct socket;
* (a) constant after allocation, no locking required.
* (b) locked by SOCK_LOCK(so).
* (cr) locked by SOCKBUF_LOCK(&so->so_rcv).
* (cs) locked by SOCKBUF_LOCK(&so->so_rcv).
* (cs) locked by SOCKBUF_LOCK(&so->so_snd).
* (e) locked by SOLISTEN_LOCK() of corresponding listening socket.
* (f) not locked since integer reads/writes are atomic.
* (g) used only as a sleep/wakeup address, no value.