handle_established_connection(): Slightly improve a comment
authorFabian Keil <fk@fabiankeil.de>
Fri, 12 Mar 2021 11:14:13 +0000 (12:14 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000 (12:34 +0100)
jcc.c

diff --git a/jcc.c b/jcc.c
index d8840b6..79c0eaa 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -3609,8 +3609,8 @@ static void handle_established_connection(struct client_state *csp)
             }
 
             /*
-             * This is NOT the body, so
-             * Let's pretend the server just sent us a blank line.
+             * This is not the body, so let's pretend the server just sent
+             * us a blank line.
              */
             snprintf(csp->receive_buffer, csp->receive_buffer_size, "\r\n");
             len = (int)strlen(csp->receive_buffer);