From: Nick Kew Date: Thu, 8 Jun 2006 10:56:22 +0000 (+0000) Subject: Fix comment X-Git-Tag: 2.3.0~2356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=948d14fd23ff824b5d48b25d7e9798ca8bb2109e;p=apache Fix comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@412721 13f79535-47bb-0310-9956-ffa450edef68 --- 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; };