From 8df5544789558dbf950fe85b77d2e4844e58de22 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 27 Jan 2014 00:53:43 +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 f5c31d56c..3ecae1f01 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -76,7 +76,7 @@ 2014-01-08 Christopher Faylor - * exceptions.h (cygwin_exception::open_stackdumpfile): Move old + * exception.h (cygwin_exception::open_stackdumpfile): Move old function into class. (cygwin_exception::h): New member. (cygwin_exception::cygwin_exception): Initialize h to NULL.