summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-06 04:04:14 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-06 04:04:14 +0000
commitdca779339fcab42536bdcffe3cf418cb04a819bf (patch)
treed3e7411846706eb041be4c3b794ef90794e24a55
parenta448b8cf342529e055bf518fb181eacc7303c689 (diff)
downloadcygnal-dca779339fcab42536bdcffe3cf418cb04a819bf.tar.gz
cygnal-dca779339fcab42536bdcffe3cf418cb04a819bf.tar.bz2
cygnal-dca779339fcab42536bdcffe3cf418cb04a819bf.zip
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 ae8d57161..665ae95b4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -4,7 +4,7 @@ Fri Oct 5 21:01:14 2001 Christopher Faylor <cgf@cygnus.com>
record it as non-inheritable for debugging purposes in case there is a
subsequent fork or exec.
* fhandler_tty.cc (fhandler_tty_common::fixup_after_fork): Allow
- fork_fixup to call ProtecHandle.
+ fork_fixup to call ProtectHandle.
Fri Oct 5 14:22:47 2001 Christopher Faylor <cgf@cygnus.com>