Commit afb01991 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Fix a comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87673 13f79535-47bb-0310-9956-ffa450edef68
parent 0e39beaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)