summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
committerChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
commit46f5dd59581f3405e56a48f351ed97a0af0f70ef (patch)
tree4094a58649e103f8149c09446384bed059803d85 /winsup/cygwin/fhandler.cc
parent00caa48b917d9c300c70403b3a9ea665a8f67d26 (diff)
downloadcygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.gz
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.bz2
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.zip
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/fhandler.cc')
-rw-r--r--winsup/cygwin/fhandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index 55a73b66e..b84263db5 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -1222,7 +1222,7 @@ fhandler_base_overlapped::close ()
else
{
/* Cancelling seems to be necessary for cases where a reader is
- still executing when a signal handler performs a close. */
+ still executing when a signal handler performs a close. */
if (!writer)
CancelIo (get_io_handle ());
destroy_overlapped ();