diff options
author | Christopher Faylor <me@cgf.cx> | 2001-06-24 22:00:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-06-24 22:00:04 +0000 |
commit | 7333875c53652301b191247f92eb4c8727e6aaf7 (patch) | |
tree | d6acfdb5a2379f83b41d89a14777b2c04d7aafdd /winsup/cygwin | |
parent | 125205875b0b7daf8ab919387924a98b83d918b7 (diff) | |
download | cygnal-7333875c53652301b191247f92eb4c8727e6aaf7.tar.gz cygnal-7333875c53652301b191247f92eb4c8727e6aaf7.tar.bz2 cygnal-7333875c53652301b191247f92eb4c8727e6aaf7.zip |
Fix typo
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mgedmin@delfi.lt> * fhandler_console.cc (fhandler_console::read): Detect AltGr more robustly on WinNT. -2001-06-22 Robert COllins <rbbtcollins@hotmail.com> +2001-06-22 Robert Collins <rbbtcollins@hotmail.com> * thread.cc (__pthread_cond_timedwait): Lock the waiting mutex before the condition protect mutex to avoid deadlocking. (Found by Greg Smith). |