From efe8407eca7a7145b6fcb53230c60e7eb41b34e1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 19 Jul 2013 23:19:27 +0000 Subject: reword comment --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3