From 948d14fd23ff824b5d48b25d7e9798ca8bb2109e Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Thu, 8 Jun 2006 10:56:22 +0000 Subject: [PATCH] Fix comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@412721 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util_filter.h b/include/util_filter.h index 742c946254..cf57889742 100644 --- a/include/util_filter.h +++ b/include/util_filter.h @@ -274,7 +274,7 @@ struct ap_filter_t { request_rec *r; /** The conn_rec associated with the current filter. This is analogous - * to the request_rec, except that it is used for input filtering. + * to the request_rec, except that it is used for connection filters. */ conn_rec *c; }; -- 2.40.0