summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f31373d08..c31b1838f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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>