Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-29 02:37:23 +0400
committerChristopher Faylor <me@cgf.cx>2000-07-29 02:37:23 +0400
commitaa3ca30ba216b223b4fad1ed7c2e815aaf15646a (patch)
tree04e3c846d45a8c0ac802c9d35205a8a01ad2d858
parent959e1bac1366264d836d298589d5ea8d24bb675f (diff)
Fix typo.
-rw-r--r--winsup/utils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 1d2866b7a..ca99cb47a 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.