From: Sascha Schumann Date: Wed, 1 Nov 2000 18:10:15 +0000 (+0000) Subject: Comment fixes.. just to get them out of my tree X-Git-Tag: APACHE_2_0_ALPHA_8~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b890b1157c291632c8a34efd9e4c7c04a136f44;p=apache Comment fixes.. just to get them out of my tree git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86788 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index ce8a5858bf..39682d72c1 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 */