From 56c8456ff037583ce5b6ea6a3e74c22b1fb34409 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 16 May 2017 07:38:57 -0600 Subject: [PATCH] Update some comments. --- net/tcp/tcp_input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tcp/tcp_input.c b/net/tcp/tcp_input.c index d1addb0bbf..a064fb0763 100644 --- a/net/tcp/tcp_input.c +++ b/net/tcp/tcp_input.c @@ -325,11 +325,11 @@ found: conn->tcpstateflags = TCP_CLOSED; 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); - /* We must free this TCP connection structure, this connection + /* We must free this TCP connection structure; this connection * will never be established. */