summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-04-23 15:37:23 +0000
committerrwatson <rwatson@FreeBSD.org>2006-04-23 15:37:23 +0000
commit426844655f72c3977d8e833a3aa122b87ce7faef (patch)
tree733960535b01f99a217f0fab0db980c36b02c328 /sys/kern/uipc_socket.c
parent7685218d6463184161f34f514516cd24b3574032 (diff)
downloadFreeBSD-src-426844655f72c3977d8e833a3aa122b87ce7faef.zip
FreeBSD-src-426844655f72c3977d8e833a3aa122b87ce7faef.tar.gz
Add missing 'not' to SQ_COMP comment.
MFC after: 3 months
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 e9eb402..854511c 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -397,7 +397,7 @@ solisten_proto(so, backlog)
* - The protocol does not have an outstanding strong reference on the socket
* (SS_PROTOREF).
*
- * - The socket is in a completed connection queue, so a process has been
+ * - The socket is not in a completed connection queue, so a process has been
* notified that it is present. If it is removed, the user process may
* block in accept() despite select() saying the socket was ready.
*
OpenPOWER on IntegriCloud