aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-07-30 04:14:49 +0000
committerChristopher Faylor <me@cgf.cx>2002-07-30 04:14:49 +0000
commit4f9cdc937825124891db8e187cc7621c928fe651 (patch)
tree91265b59082cc92b2e785fb998e5b613b41b8c1b
parent045d6a99fe41dbeb80a2364a77280c186df290a5 (diff)
downloadnewlib-4f9cdc937825124891db8e187cc7621c928fe651.zip
newlib-4f9cdc937825124891db8e187cc7621c928fe651.tar.gz
newlib-4f9cdc937825124891db8e187cc7621c928fe651.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 ac5beee..67fe785 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -2,7 +2,7 @@
* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.
* cygheap.cc (cygheap_fixup_in_child): Call debug_fixup_after_fork_exec
- immediately after cygheap has ben set up.
+ immediately after cygheap has been set up.
2002-07-29 Corinna Vinschen <corinna@vinschen.de>