diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-08-11 03:43:10 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-08-11 03:43:10 +0000 |
commit | eed836416f8ff081066d3259497daa57fd0e9af6 (patch) | |
tree | f5700015bbbdfb3efacfc71c589fe5258fc3796e /sys/kern/uipc_socket.c | |
parent | ff6c4b14489d717382d3122b256a674f02b4cec1 (diff) | |
download | FreeBSD-src-eed836416f8ff081066d3259497daa57fd0e9af6.zip FreeBSD-src-eed836416f8ff081066d3259497daa57fd0e9af6.tar.gz |
Replace a reference to splnet() with a reference to locking in a comment.
Diffstat (limited to 'sys/kern/uipc_socket.c')
-rw-r--r-- | sys/kern/uipc_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index b24857e..6fc4d61 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -788,7 +788,7 @@ restart: * done could be out of date. We could have recieved * a reset packet in an interrupt or maybe we slept * while doing page faults in uiomove() etc. We could - * probably recheck again inside the splnet() protection + * probably recheck again inside the locking protection * here, but there are probably other places that this * also happens. We must rethink this. */ |