]> granicus.if.org Git - apache/commitdiff
fix comment
authorCliff Woolley <jwoolley@apache.org>
Mon, 24 Nov 2003 16:08:44 +0000 (16:08 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 24 Nov 2003 16:08:44 +0000 (16:08 +0000)
Submitted by: Fitz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101870 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index a52f9a02853e74a39a862214e1e7714f7420ee68..175ce79de864507bc7762b257534287d9feddfe7 100644 (file)
@@ -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