From 8a929d731f6422d886c0c0c8d7ec5cf75f632c3b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 10 Dec 2011 18:34:00 +0000 Subject: [PATCH] fix another typo in ChangeLog --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index dd9692178..afb622a61 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -137,7 +137,7 @@ 2011-12-04 Christopher Faylor - * sigproc.cc (cygWFMO): Don't assume that cancellable event is always + * sigproc.h (cygWFMO): Don't assume that cancellable event is always available. * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::waitforspace): Use cygWFMO instead of WaitForMultipleObjects.