diff options
author | Christopher Faylor <me@cgf.cx> | 2000-07-28 22:37:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-07-28 22:37:23 +0000 |
commit | aa3ca30ba216b223b4fad1ed7c2e815aaf15646a (patch) | |
tree | 04e3c846d45a8c0ac802c9d35205a8a01ad2d858 /winsup/utils | |
parent | 959e1bac1366264d836d298589d5ea8d24bb675f (diff) | |
download | newlib-aa3ca30ba216b223b4fad1ed7c2e815aaf15646a.zip newlib-aa3ca30ba216b223b4fad1ed7c2e815aaf15646a.tar.gz newlib-aa3ca30ba216b223b4fad1ed7c2e815aaf15646a.tar.bz2 |
Fix typo.
Diffstat (limited to 'winsup/utils')
-rw-r--r-- | winsup/utils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 1d2866b..ca99cb4 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -2,7 +2,7 @@ Thu Jul 27 22:54:28 2000 Jason Tishler <jt@dothill.com> * utils/mount.cc (main): Add --show-cygdrive-prefixes option. (show_cygdrive_prefixes): New function. - * utils/umount.cc (main): Add --remove_cygdrive_prefix option. + * utils/umount.cc (main): Add --remove-cygdrive-prefix option. (error): Change signature from 'char *' to 'const char *'. (remove_cygdrive_prefix): New function. |