From e269230c3b71109e36cb22fbff7e2bfd64bc80b3 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Mon, 24 Nov 2003 16:08:44 +0000 Subject: [PATCH] fix comment Submitted by: Fitz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101870 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 a52f9a0285..175ce79de8 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -730,7 +730,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.50.1