diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-04-23 15:37:23 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-04-23 15:37:23 +0000 |
commit | 426844655f72c3977d8e833a3aa122b87ce7faef (patch) | |
tree | 733960535b01f99a217f0fab0db980c36b02c328 /sys/kern/uipc_socket.c | |
parent | 7685218d6463184161f34f514516cd24b3574032 (diff) | |
download | FreeBSD-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.c | 2 |
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. * |