You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2015/06/25 22:45:09 UTC

svn commit: r1687643 - /httpd/httpd/trunk/server/protocol.c

Author: covener
Date: Thu Jun 25 20:45:08 2015
New Revision: 1687643

URL: http://svn.apache.org/r1687643
Log:
be less weird in comment

Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1687643&r1=1687642&r2=1687643&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Thu Jun 25 20:45:08 2015
@@ -237,7 +237,7 @@ AP_DECLARE(apr_status_t) ap_rgetline_cor
         }
 
         /* Something horribly wrong happened.  Someone didn't block! 
-         * (this also happens at the end of each kept-alive connection)
+         * (this also happens at the end of each keepalive connection)
          */
         if (APR_BRIGADE_EMPTY(bb)) {
             return APR_EGENERAL;