From 30bd87b827edf86dec0df4174ed7e4e5be0ecaf8 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 7 Feb 2008 20:38:39 +0000 Subject: [PATCH] Fix typo in latest ChangeLog entry. --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6078d7dab..0bc77014e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,7 @@ 2008-02-07 Corinna Vinschen * dtable.cc (dtable::init_std_file_from_handle): Set access to - read/write of handle is connected to a tty or console. + read/write if handle is connected to a tty or console. * fhandler_dsp.cc (fhandler_dev_dsp::dup): Set open flags correctly after duplicating from archetype. * fhandler_tty.cc (fhandler_tty_slave::dup): Ditto.