aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-01 23:05:30 +0000
committerChristopher Faylor <me@cgf.cx>2001-04-01 23:05:30 +0000
commit0ef785e4eef1757b27f34192331031fa68021f90 (patch)
tree73bd0cd21ff5e8441d5ba62493aa538e17be3a14
parent2a1743c76d79235a3ed90aa4400333ca1c859c05 (diff)
downloadnewlib-0ef785e4eef1757b27f34192331031fa68021f90.zip
newlib-0ef785e4eef1757b27f34192331031fa68021f90.tar.gz
newlib-0ef785e4eef1757b27f34192331031fa68021f90.tar.bz2
Fix typo.
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 86c3b2f..6cbbe5d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,6 +1,6 @@
Sun Apr 1 00:38:06 2001 Christopher Faylor <cgf@cygnus.com>
- * exceptions.cc (sigframe::call_signal_handler): Move out side of "C"
+ * exceptions.cc (sigframe::call_signal_handler): Move outside of "C"
block or some compilers will complain.
Sun Apr 1 00:24:14 2001 Christopher Faylor <cgf@cygnus.com>