From 28ea180136c54ece3822d6334d1b90d56f0086c6 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 23 Apr 2006 15:37:23 +0000 Subject: [PATCH] Add missing 'not' to SQ_COMP comment. MFC after: 3 months --- sys/kern/uipc_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index e9eb4029c36b..854511c595ff 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. *