Add missing 'not' to SQ_COMP comment.
MFC after: 3 months
This commit is contained in:
parent
6ca35d4b81
commit
28ea180136
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157982
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user