summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-13 08:18:15 +0000
committerChristopher Faylor <me@cgf.cx>2003-03-13 08:18:15 +0000
commit6fcd5661fe69035969fd1accaf6e8453315d4bca (patch)
tree6c290a2f10dffc1d1523e7f40010da95484110ea /winsup/cygwin/fhandler_tty.cc
parent19bf3bcc3ee72df06c6680c13ef2b90b62d555bb (diff)
downloadcygnal-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.cc2
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 ();
}