diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-13 08:18:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-13 08:18:15 +0000 |
commit | 6fcd5661fe69035969fd1accaf6e8453315d4bca (patch) | |
tree | 6c290a2f10dffc1d1523e7f40010da95484110ea /winsup/cygwin/fhandler_tty.cc | |
parent | 19bf3bcc3ee72df06c6680c13ef2b90b62d555bb (diff) | |
download | cygnal-6fcd5661fe69035969fd1accaf6e8453315d4bca.tar.gz cygnal-6fcd5661fe69035969fd1accaf6e8453315d4bca.tar.bz2 cygnal-6fcd5661fe69035969fd1accaf6e8453315d4bca.zip |
* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.
* fhandler_tty.cc (fhandler_tty_slave::close): Fix typo in debug output.
Diffstat (limited to 'winsup/cygwin/fhandler_tty.cc')
-rw-r--r-- | winsup/cygwin/fhandler_tty.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 678849a01..2361643d9 100644 --- a/winsup/cygwin/fhandler_tty.cc +++ b/winsup/cygwin/fhandler_tty.cc @@ -568,7 +568,7 @@ fhandler_tty_slave::close () if (!output_done_event) { fhandler_console::open_fhs--; - termios_printf ("decremeted open_fhs %d", fhandler_console::open_fhs); + termios_printf ("decremented open_fhs %d", fhandler_console::open_fhs); } return fhandler_tty_common::close (); } |