Commit c2e85020 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

in memory of Greg's Grandma, fix another ungrammatical comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@125000 13f79535-47bb-0310-9956-ffa450edef68
parent bb692c0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;