]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport: fix doc typo
authorStas Bekman <stas@apache.org>
Fri, 22 Aug 2003 20:57:48 +0000 (20:57 +0000)
committerStas Bekman <stas@apache.org>
Fri, 22 Aug 2003 20:57:48 +0000 (20:57 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101062 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 30983b97f33c0aefeb3f71ce37c5fa33b54c49b5..d79bb2d6c57cb8e9111869581b1d013571fedfd3 100644 (file)
@@ -4044,7 +4044,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: