Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-01-15 02:24:36 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-15 02:24:36 +0400
commit18905f5551d60f63a387861d0612ff7f82df790b (patch)
tree5e38be3e4d08a4201c2ce10289ff6725f84f9b6d
parentb8540dae6c9b383e52cb336c9057a52ae03d6f0b (diff)
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 6f957d050..8f909b64d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -4,7 +4,7 @@
2013-01-14 Christopher Faylor <me.cygwin2013@cgf.cx>
- * exceptions.cc (signal_exit): Move captive process termintation...
+ * exceptions.cc (signal_exit): Move captive process termination...
(_cygtls::interrupt_setup): ...into here.
(sigpacket::process): Simplify setting of handler when have_execed.
(_cygtls::interrupt_setup): Don't call proc_subproc when we've execed.