From: Bill Stoddard Date: Fri, 12 Jan 2001 15:48:26 +0000 (+0000) Subject: Fix a comment X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=501a0061f2af61be28e10d245d2630b489dc855e;p=apache Fix a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87673 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util.c b/server/util.c index 10d6b81fc8..b3c61d0a46 100644 --- a/server/util.c +++ b/server/util.c @@ -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)