From ad22734a88b1e100df3f330212805a3da50defbc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 14 Mar 2004 04:47:11 +0000 Subject: [PATCH] Fix typo. --- winsup/cygwin/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f2686bdf3..e3e4253aa 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -128,8 +128,8 @@ 2004-03-08 Christopher Faylor - * exceptions.cc (setup_handler): Avoid suspending a thread if it in a - cygwin function, in an exception, spinning, or locked. + * exceptions.cc (setup_handler): Avoid suspending a thread if it is in + a cygwin function, in an exception, spinning, or locked. * gendef (_sigfe): Move incyg setting earlier. (sigreturn): Set incyg flag to avoid interrupting called cygwin functions.