]> granicus.if.org Git - apache/commitdiff
Comment fixes.. just to get them out of my tree
authorSascha Schumann <sascha@apache.org>
Wed, 1 Nov 2000 18:10:15 +0000 (18:10 +0000)
committerSascha Schumann <sascha@apache.org>
Wed, 1 Nov 2000 18:10:15 +0000 (18:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86788 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index ce8a5858bf7cfda5ee07e8c742fad63b9ba1c45d..39682d72c1d0fe32cca99028c75c5a56564e35b7 100644 (file)
@@ -811,7 +811,7 @@ struct request_rec {
      *  @defvar ap_filter_t *output_filters */
     struct ap_filter_t *output_filters;
     /** A list of input filters to be used for this request 
-     *  @defvar ap_filter_t *filters */
+     *  @defvar ap_filter_t *input_filters */
     struct ap_filter_t *input_filters;
     /** A flag to determine if the eos bucket has been sent yet
      *  @defvar int eos_sent */
@@ -881,8 +881,8 @@ struct conn_rec {
     /** send note from one module to another, must remain valid for all
      *  requests on this conn */
     apr_table_t *notes;
-    /** A list of input filters to be used for this request 
-     *  @defvar ap_filter_t *filters */
+    /** A list of input filters to be used for this connection
+     *  @defvar ap_filter_t *input_filters */
     struct ap_filter_t *input_filters;
     /** A list of output filters to be used for this connection
      *  @defvar ap_filter_t *filters */