]> granicus.if.org Git - apache/commitdiff
Fix comment
authorNick Kew <niq@apache.org>
Thu, 8 Jun 2006 10:56:22 +0000 (10:56 +0000)
committerNick Kew <niq@apache.org>
Thu, 8 Jun 2006 10:56:22 +0000 (10:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@412721 13f79535-47bb-0310-9956-ffa450edef68

include/util_filter.h

index 742c946254301a2d0a5f0ae5be9ae905e82bf904..cf57889742b30d9e8fcde13583bcf28e7f89f77c 100644 (file)
@@ -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;
 };