From 4176ecb14212543625ee9af15f00a09ba7d04c13 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 10 Aug 2018 16:32:40 +0000 Subject: [PATCH] Follow up to r1837822: typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837824 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/util_filter.c b/server/util_filter.c index fe99ec8a396..e0c6ac54b57 100644 --- a/server/util_filter.c +++ b/server/util_filter.c @@ -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); -- 2.47.3