diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-13 22:40:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-13 22:40:19 +0000 |
commit | 84778b9d8c5d198326385536e3bfa88998f49d93 (patch) | |
tree | de51f35724c9e6c5dfb13fda50f093e1b55e0e77 | |
parent | 91563267334ae09c22d951ac2265e93b0181d520 (diff) | |
download | cygnal-84778b9d8c5d198326385536e3bfa88998f49d93.tar.gz cygnal-84778b9d8c5d198326385536e3bfa88998f49d93.tar.bz2 cygnal-84778b9d8c5d198326385536e3bfa88998f49d93.zip |
really fix typo.
-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 af4a4f9af..411d98d63 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_NOFILL. + * path.h (enum pathconv_arg): Change PC_FULL to PC_NOFULL. * 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. |