From 8b890b1157c291632c8a34efd9e4c7c04a136f44 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 1 Nov 2000 18:10:15 +0000 Subject: [PATCH] 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 --- include/httpd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.40.0