summaryrefslogtreecommitdiff
path: root/server/util.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-07-19 17:57:05 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-07-19 17:57:05 +0000
commit8abf39db292bcd3bb02376ad55bf9c667d93f33d (patch)
treee390dca0ede275fc6969bcac53d41c501cb7075f /server/util.c
parent98ca03954d4404652eb6a0a6eaf661dd8250474c (diff)
downloadhttpd-8abf39db292bcd3bb02376ad55bf9c667d93f33d.tar.gz
Correct see also comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util.c')
-rw-r--r--server/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/util.c b/server/util.c
index 57d3023979..3c5aaf82c7 100644
--- a/server/util.c
+++ b/server/util.c
@@ -598,8 +598,8 @@ 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 modules/http/http_request.c
-
+ * *** See also ap_directory_walk in server/request.c
+ *
* examples:
* /a/b, 0 ==> / (true for all platforms)
* /a/b, 1 ==> /