From ef0e325c5354cde7b46bf5362c7b490990dce91e Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Mon, 24 Nov 2003 16:07:52 +0000 Subject: [PATCH] fix comment Submitted by: Fitz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101869 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index 860a131f3f1..e5b8b5b2a44 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -720,7 +720,8 @@ struct request_rec { /** Pointer to the previous request if this is an internal redirect */ request_rec *prev; - /** Pointer to the main request if this is a sub-request (see request.h) */ + /** Pointer to the main request if this is a sub-request + * (see http_request.h) */ request_rec *main; /* Info about the request itself... we begin with stuff that only -- 2.47.2