]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1837822: typo.
authorYann Ylavic <ylavic@apache.org>
Fri, 10 Aug 2018 16:32:40 +0000 (16:32 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 10 Aug 2018 16:32:40 +0000 (16:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837824 13f79535-47bb-0310-9956-ffa450edef68

server/util_filter.c

index fe99ec8a396a8799e7ce5f1910a322460897ae1c..e0c6ac54b576ef9c597351d636a4ff815ad57769 100644 (file)
@@ -1007,7 +1007,7 @@ AP_DECLARE_NONSTD(int) ap_filter_output_pending(conn_rec *c)
 
     /* Flush outer most filters first for ap_filter_should_yield(f->next)
      * to be relevant in the previous ones (e.g. ap_request_core_filter()
-     * won't pass its buckets if its next filters yields already).
+     * won't pass its buckets if its next filters yield already).
      */
     for (f = APR_RING_LAST(c->pending_filters);
          f != APR_RING_SENTINEL(c->pending_filters, ap_filter_t, pending);