summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-05-16 03:42:35 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-05-16 03:42:35 +0000
commit768e170d014f8d620ecb46a488218217bdb5e6f8 (patch)
treec976dc31d5e880122891fe0989aa79d82a11fa48 /file_io
parentbcc6b3b77d14725e4b1e5f522795756a26d372f2 (diff)
downloadapr-768e170d014f8d620ecb46a488218217bdb5e6f8.tar.gz
If I don't understand my original comment, who else will?
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/win32/filepath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file_io/win32/filepath.c b/file_io/win32/filepath.c
index efd4e79f1..5f5ccc513 100644
--- a/file_io/win32/filepath.c
+++ b/file_io/win32/filepath.c
@@ -254,9 +254,9 @@ APR_DECLARE(apr_status_t) apr_filepath_set(const char *rootpath,
/* WinNT accepts several odd forms of a 'root' path. Under Unicode
* calls (ApiFunctionW) the //?/C:/foo or //?/UNC/mach/share/foo forms
* are accepted. Ansi and Unicode functions both accept the //./C:/foo
- * form. Since these forms are handled in the utf-8 to unicode
- * translation phase, we don't want the user confused by them, so we
- * will accept them but always return the canonical C:/ or //mach/share/
+ * form under WinNT/2K. Since these forms are handled in the utf-8 to
+ * unicode translation phase, we don't want the user confused by them, so
+ * we will accept them but always return the canonical C:/ or //mach/share/
*/
APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath,