From: Stas Bekman Date: Fri, 22 Aug 2003 20:57:32 +0000 (+0000) Subject: fix doc typo X-Git-Tag: pre_ajp_proxy~1240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=288d1a993d37c4667d51483db76810e92a5f8596;p=apache fix doc typo PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index be4fead93c..79779e7add 100644 --- a/server/core.c +++ b/server/core.c @@ -4021,7 +4021,7 @@ static apr_status_t core_output_filter(ap_filter_t *f, apr_bucket_brigade *b) } - /* Completed iterating over the brigades, now determine if we want + /* Completed iterating over the brigade, now determine if we want * to buffer the brigade or send the brigade out on the network. * * Save if we haven't accumulated enough bytes to send, and: