Commit 3123b3b1 authored by Nick Kew's avatar Nick Kew
Browse files

Fix comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@412721 13f79535-47bb-0310-9956-ffa450edef68
parent e9033411
Loading
Loading
Loading
Loading
+1 −1
Changes for include/util_filter.h: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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;
};