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>2004-03-14 07:47:11 +0300
committerChristopher Faylor <me@cgf.cx>2004-03-14 07:47:11 +0300
commitad22734a88b1e100df3f330212805a3da50defbc (patch)
tree3dd6d61a3dacef2229fb88bb9a25139c6e73577c
parent09f36ed08f383df03cfe23c286fb24b549486d1f (diff)
Fix typo.
-rw-r--r--winsup/cygwin/ChangeLog4
1 files 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 <cgf@redhat.com>
- * 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.