(unless I missed something, the function is also called 'ap_directory_walk' in 2.4.x)
This is only a comment update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1843284 13f79535-47bb-0310-9956-
ffa450edef68
* 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 server/request.c
+ * *** See also ap_directory_walk in server/request.c
*
* examples:
* /a/b, 0 ==> / (true for all platforms)