From: Christopher Faylor Date: Sun, 24 Jun 2001 22:00:04 +0000 (+0000) Subject: Fix typo X-Git-Tag: gdb_5_1-2001-07-29-branchpoint~56 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=7333875c53652301b191247f92eb4c8727e6aaf7;p=newlib-cygwin.git Fix typo --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 11f7508fc..09ba6d904 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -27,7 +27,7 @@ Thu Jun 21 22:01:39 2001 Marius Gedminas * fhandler_console.cc (fhandler_console::read): Detect AltGr more robustly on WinNT. -2001-06-22 Robert COllins +2001-06-22 Robert Collins * thread.cc (__pthread_cond_timedwait): Lock the waiting mutex before the condition protect mutex to avoid deadlocking. (Found by Greg Smith).