From 18905f5551d60f63a387861d0612ff7f82df790b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Jan 2013 22:24:36 +0000 Subject: [PATCH] fix typo --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - * 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.