]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix comment
authorCliff Woolley <jwoolley@apache.org>
Mon, 24 Nov 2003 16:07:52 +0000 (16:07 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 24 Nov 2003 16:07:52 +0000 (16:07 +0000)
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

index 860a131f3f1b5d860993d3f1cbddc4b724987da6..e5b8b5b2a44087fadbc4d947a239619866d7e520 100644 (file)
@@ -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