From 003b55e3def3e708930b59f7b80a85bed6409407 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 2 Mar 2008 23:11:00 +0000 Subject: [PATCH] fix typo --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 344ae6d55..0e0cc3cd1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -3,7 +3,7 @@ * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making only ourselves the exception handler and nothing else. * exceptions.cc (open_stackdumpfile): Use correct format specifiers for - unicode when printing nameof stackdump file. + unicode when printing the name of the stackdump file. (stack_info::walk): Stop walking if ebp points into cygwin itself. (_cygtls::handle_exceptions): Detect when signal is masked and treat as if it was not caught. Reinitialize exception handler to known state to