summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-09-28 23:24:57 +0000
committerChristopher Faylor <me@cgf.cx>2005-09-28 23:24:57 +0000
commit350e5fc23d97c66e87c0d16d319293e61620caea (patch)
treefd2d4c203c0febfea25bc5c4f4e32edad3a7ad2d
parent0730fa07632fa954269ed21cbc2f6025dd35f5cf (diff)
downloadcygnal-350e5fc23d97c66e87c0d16d319293e61620caea.tar.gz
cygnal-350e5fc23d97c66e87c0d16d319293e61620caea.tar.bz2
cygnal-350e5fc23d97c66e87c0d16d319293e61620caea.zip
Fix typo.
-rw-r--r--winsup/cygwin/ChangeLog4
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>