diff options
author | Christopher Faylor <me@cgf.cx> | 2013-07-19 23:19:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-07-19 23:19:27 +0000 |
commit | efe8407eca7a7145b6fcb53230c60e7eb41b34e1 (patch) | |
tree | c17db5685e7febbce8b6a2a497738999ed5049c4 /winsup/cygwin/exceptions.cc | |
parent | fb6cf945f91f2b39edbe838eacb4fad85d153376 (diff) | |
download | cygnal-efe8407eca7a7145b6fcb53230c60e7eb41b34e1.tar.gz cygnal-efe8407eca7a7145b6fcb53230c60e7eb41b34e1.tar.bz2 cygnal-efe8407eca7a7145b6fcb53230c60e7eb41b34e1.zip |
reword comment
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 2 |
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 |