]> granicus.if.org Git - apache/commitdiff
I think this statement makes more sense, please ask if it isn't clear.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Aug 2001 02:57:54 +0000 (02:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Aug 2001 02:57:54 +0000 (02:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90711 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 5808f166b8b6e88bf41fc0e2fc4f055b8811d298..2ac5e704b9cc1cdddcff92c42d3291a25d64a0e3 100644 (file)
@@ -786,7 +786,7 @@ struct request_rec {
     char *uri;
     /** The filename on disk that this response corresponds to */
     char *filename;
-    /** The true filename, we canonicalize if it differs from r->filename */
+    /** The true filename, we canonicalize r->filename if these don't match */
     char *canonical_filename;
     /** The path_info for this request if there is any. */
     char *path_info;