From: Cliff Woolley Date: Mon, 24 Nov 2003 16:07:52 +0000 (+0000) Subject: fix comment X-Git-Tag: 2.0.49~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0e325c5354cde7b46bf5362c7b490990dce91e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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