diff options
author | Christopher Faylor <me@cgf.cx> | 2011-12-10 18:34:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-12-10 18:34:00 +0000 |
commit | 8a929d731f6422d886c0c0c8d7ec5cf75f632c3b (patch) | |
tree | ff494c77fe8d8b83761db693e06c36ee6ce6bd0b | |
parent | 83ebb09239a9537ecc15c7aa4a90a0830f5bba15 (diff) | |
download | newlib-8a929d731f6422d886c0c0c8d7ec5cf75f632c3b.zip newlib-8a929d731f6422d886c0c0c8d7ec5cf75f632c3b.tar.gz newlib-8a929d731f6422d886c0c0c8d7ec5cf75f632c3b.tar.bz2 |
fix another typo in ChangeLog
-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 dd96921..afb622a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -137,7 +137,7 @@ 2011-12-04 Christopher Faylor <me.cygwin2011@cgf.cx> - * 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. |