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-03-28 20:14:53 +0400
committerChristopher Faylor <me@cgf.cx>2013-03-28 20:14:53 +0400
commit1a863e04b360e2034b292d75291900feea3ef947 (patch)
tree8f902f839ad6f2a7b3aeb7d72905baf1e14196d0 /winsup/cygwin/exceptions.cc
parent8499cbfbf76f121f590584375beaf2f6f860b63d (diff)
* exceptions.cc (exception::handle): Generalize comment.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-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 987bb4d44..e41922900 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -622,7 +622,7 @@ exception::handle (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT *in, void
return 0;
}
- /* FIXME: Probably should be handled in sigpacket::process */
+ /* FIXME: Probably should be handled in signal processing code */
if ((NTSTATUS) e->ExceptionCode == STATUS_ACCESS_VIOLATION)
{
int error_code = 0;