]> granicus.if.org Git - apache/commitdiff
Fix a comment
authorBill Stoddard <stoddard@apache.org>
Fri, 12 Jan 2001 15:48:26 +0000 (15:48 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 12 Jan 2001 15:48:26 +0000 (15:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87673 13f79535-47bb-0310-9956-ffa450edef68

server/util.c

index 10d6b81fc88c316688ba73b5e7d31f755222d4ff..b3c61d0a463e89371c321bff22b8bdebfd68764b 100644 (file)
@@ -564,7 +564,7 @@ AP_DECLARE(void) ap_no2slash(char *name)
  * MODIFIED FOR HAVE_DRIVE_LETTERS and NETWARE environments, 
  * so that if n == 0, "/" is returned in d with n == 1 
  * and s == "e:/test.html", "e:/" is returned in d
- * *** See also directory_walk in src/main/http_request.c
+ * *** See also directory_walk in modules/http/http_request.c
 
  * examples:
  *    /a/b, 0  ==> /  (true for all platforms)