]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
in memory of Greg's Grandma, fix another ungrammatical comment
authorJeff Trawick <trawick@apache.org>
Wed, 12 Jan 2005 23:21:50 +0000 (23:21 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 12 Jan 2005 23:21:50 +0000 (23:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@125000 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index a0a81463d49c0d17a7915ab37900defbb1b2310d..d686dab1c967ec8af965a8d8c46b9e9593f3429d 100644 (file)
@@ -519,7 +519,7 @@ static apr_status_t spool_reqbody_cl(apr_pool_t *p,
             return status;
         }
 
-        /* If this brigade contain EOS, either stop or remove it. */
+        /* If this brigade contains EOS, either stop or remove it. */
         if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
             seen_eos = 1;