handle_established_connection(): Fix a comment
authorFabian Keil <fk@fabiankeil.de>
Wed, 10 Mar 2021 16:13:08 +0000 (17:13 +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 3f42be1..648fd45 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -3171,7 +3171,7 @@ static void handle_established_connection(struct client_state *csp)
       n = select((int)maxfd + 1, &rfds, NULL, NULL, &timeout);
 #endif /* def HAVE_POLL */
 
-      /*server or client not responding in timeout */
+      /* Server or client not responding in timeout */
       if (n == 0)
       {
          log_error(LOG_LEVEL_CONNECT, "Socket timeout %d reached: %s",