From: Eric Covener Date: Thu, 25 Jun 2015 20:45:08 +0000 (+0000) Subject: be less weird in comment X-Git-Tag: 2.5.0-alpha~3047 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a25bca362e3fc86eadd06d612004db443b49737;p=thirdparty%2Fapache%2Fhttpd.git be less weird in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1687643 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 7261ec24941..1e7a6268c83 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -237,7 +237,7 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n, } /* 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;