change wording

This commit is contained in:
Christopher Faylor 2013-05-08 00:10:35 +00:00
parent eeec3bebbc
commit ad48b1b79c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never
wait an INFINITE amount of time. Instead default to 1/10 second.
(fhandler_pty_slave::open): Just default to INFINITE wait rather than
(now) waiting longer than previously.
(now) waiting longer than other similar calls.
2013-05-03 Christopher Faylor <me.cygwin2013@cgf.cx>