diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-28 23:24:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-28 23:24:57 +0000 |
commit | 350e5fc23d97c66e87c0d16d319293e61620caea (patch) | |
tree | fd2d4c203c0febfea25bc5c4f4e32edad3a7ad2d | |
parent | 0730fa07632fa954269ed21cbc2f6025dd35f5cf (diff) | |
download | cygnal-350e5fc23d97c66e87c0d16d319293e61620caea.tar.gz cygnal-350e5fc23d97c66e87c0d16d319293e61620caea.tar.bz2 cygnal-350e5fc23d97c66e87c0d16d319293e61620caea.zip |
Fix typo.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files 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 <cgf@timesys.com> - * 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 <sthoenna@efn.org> |