From 350e5fc23d97c66e87c0d16d319293e61620caea Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 28 Sep 2005 23:24:57 +0000 Subject: [PATCH] Fix typo. --- winsup/cygwin/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 64017900b..4d366c0ad 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -165,8 +165,8 @@ 2005-09-26 Christopher Faylor - * exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first - and let it be overridden. + * exceptions.cc (handle_exceptions): Just set si_code to SI_KERNEL + first and let it be overridden. 2005-09-26 Yitzchak Scott-Thoennes