From: Cliff Woolley Date: Mon, 24 Nov 2003 16:08:44 +0000 (+0000) Subject: fix comment X-Git-Tag: pre_ajp_proxy~1013 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e269230c3b71109e36cb22fbff7e2bfd64bc80b3;p=thirdparty%2Fapache%2Fhttpd.git fix comment Submitted by: Fitz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101870 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index a52f9a02853..175ce79de86 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