Update some comments.

This commit is contained in:
Gregory Nutt 2017-05-16 07:38:57 -06:00
parent 914c5dad0c
commit 56c8456ff0

View File

@ -325,11 +325,11 @@ found:
conn->tcpstateflags = TCP_CLOSED; conn->tcpstateflags = TCP_CLOSED;
nwarn("WARNING: RESET in TCP_SYN_RCVD\n"); nwarn("WARNING: RESET in TCP_SYN_RCVD\n");
/* Notify the listerner for connection of the reset event */ /* Notify the listener for the connection of the reset event */
listener = tcp_findlistener(conn->lport); listener = tcp_findlistener(conn->lport);
/* We must free this TCP connection structure, this connection /* We must free this TCP connection structure; this connection
* will never be established. * will never be established.
*/ */