diff options
author | Christopher Faylor <me@cgf.cx> | 2013-03-28 16:14:53 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-03-28 16:14:53 +0000 |
commit | 1a863e04b360e2034b292d75291900feea3ef947 (patch) | |
tree | 8f902f839ad6f2a7b3aeb7d72905baf1e14196d0 /winsup/cygwin/exceptions.cc | |
parent | 8499cbfbf76f121f590584375beaf2f6f860b63d (diff) | |
download | cygnal-1a863e04b360e2034b292d75291900feea3ef947.tar.gz cygnal-1a863e04b360e2034b292d75291900feea3ef947.tar.bz2 cygnal-1a863e04b360e2034b292d75291900feea3ef947.zip |
* exceptions.cc (exception::handle): Generalize 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 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; |