diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-03-12 16:16:31 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-03-12 16:16:31 +0000 |
commit | 414dcf5f83bc349ead0f47a2faf188f1ef034904 (patch) | |
tree | deccd612d60f36d90bb8828bbb73ef90a20d6a70 /winsup | |
parent | b0717aae021d618cc281ad0343ac474d6e0d8f38 (diff) | |
download | cygnal-414dcf5f83bc349ead0f47a2faf188f1ef034904.tar.gz cygnal-414dcf5f83bc349ead0f47a2faf188f1ef034904.tar.bz2 cygnal-414dcf5f83bc349ead0f47a2faf188f1ef034904.zip |
Fix typo.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 99e031501..ab155f14a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -3,7 +3,7 @@ * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Disable munging. Convert all chars in the 0xf0xx area to it's ascii equivalent. * path.cc (normalize_posix_path): Don't treat "X:foo" as windows path, - only "a:\foo". + only "X:\foo". (tfx_chars): New transformation table for special DOS chars. (tfx_chars_managed): Ditto, plus transformation of uppercase ASCII chars. |