summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-11 03:43:10 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-11 03:43:10 +0000
commiteed836416f8ff081066d3259497daa57fd0e9af6 (patch)
treef5700015bbbdfb3efacfc71c589fe5258fc3796e /sys/kern/uipc_socket.c
parentff6c4b14489d717382d3122b256a674f02b4cec1 (diff)
downloadFreeBSD-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.c2
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.
*/
OpenPOWER on IntegriCloud