You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/08/10 16:32:40 UTC

svn commit: r1837824 - /httpd/httpd/trunk/server/util_filter.c

Author: ylavic
Date: Fri Aug 10 16:32:40 2018
New Revision: 1837824

URL: http://svn.apache.org/viewvc?rev=1837824&view=rev
Log:
Follow up to r1837822: typo.

Modified:
    httpd/httpd/trunk/server/util_filter.c

Modified: httpd/httpd/trunk/server/util_filter.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_filter.c?rev=1837824&r1=1837823&r2=1837824&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_filter.c (original)
+++ httpd/httpd/trunk/server/util_filter.c Fri Aug 10 16:32:40 2018
@@ -1007,7 +1007,7 @@ AP_DECLARE_NONSTD(int) ap_filter_output_
 
     /* 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);