summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-02-01 05:43:30 +0000
committerChristopher Faylor <me@cgf.cx>2012-02-01 05:43:30 +0000
commit4c68bf65c8b225f96c4cea4417ffd3a0dd0341e4 (patch)
treeb29b45bf07fe47d03f8dadf313ae14d931b11622
parentee766fda6847aa449557885ad82b0da86ac1c799 (diff)
downloadcygnal-4c68bf65c8b225f96c4cea4417ffd3a0dd0341e4.tar.gz
cygnal-4c68bf65c8b225f96c4cea4417ffd3a0dd0341e4.tar.bz2
cygnal-4c68bf65c8b225f96c4cea4417ffd3a0dd0341e4.zip
fix typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 53f9491c6..384c99be5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -12,7 +12,7 @@
* syscalls.cc (dup3): Fix debug typo.
* fhandler.cc (flush_async_io): Assume only called for writer. Call
- GetOverlappedResult directly rather than kluding call to
+ GetOverlappedResult directly rather than kludging call to
has_ongoing_io.
(fhandler_base_overlapped::close): Only start flush thread when closing
write handle. Only cancel I/O when reading.