aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-13 22:09:32 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-13 22:09:32 +0000
commit91563267334ae09c22d951ac2265e93b0181d520 (patch)
tree11e1026404f635a75d9bd4d5d42ed26e71e7374f /winsup
parent17e5c6a8f06f6237016004844ebf54cc99634255 (diff)
downloadnewlib-91563267334ae09c22d951ac2265e93b0181d520.zip
newlib-91563267334ae09c22d951ac2265e93b0181d520.tar.gz
newlib-91563267334ae09c22d951ac2265e93b0181d520.tar.bz2
fix typo
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 65724b1..af4a4f9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -26,7 +26,7 @@
2005-05-13 Christopher Faylor <cgf@timesys.com>
Remove PC_FULL from path_conv usage throughout.
- * path.h (enum pathconv_arg): Change PC_FULL to PC_NOUILL.
+ * path.h (enum pathconv_arg): Change PC_FULL to PC_NOFILL.
* path.cc (path_conv::check): Test for PC_NOFULL rather than !PC_FULL.
(cygwin_conv_to_win32_path): Use PC_NOFULL to force non-absolute path.