Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-07-20 03:19:27 +0400
committerChristopher Faylor <me@cgf.cx>2013-07-20 03:19:27 +0400
commitefe8407eca7a7145b6fcb53230c60e7eb41b34e1 (patch)
treec17db5685e7febbce8b6a2a497738999ed5049c4
parentfb6cf945f91f2b39edbe838eacb4fad85d153376 (diff)
reword comment
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 0b7053cb2..86b2034cd 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1220,7 +1220,7 @@ signal_exit (int sig, siginfo_t *si)
if (try_to_debug ())
break;
/* FIXME: We're still dumping core even if !(sig & 0x80). Need to
- investigate if the else clause can just be nuked. */
+ investigate if this should be shortcircuited in that case. */
if (si->si_code != SI_USER && si->si_cyg)
((cygwin_exception *) si->si_cyg)->dumpstack ();
else