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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-06-26 09:23:10 +0400
committerChristopher Faylor <me@cgf.cx>2012-06-26 09:23:10 +0400
commit8bec43b39b5913e8248f8dbb1f0533983335d5a2 (patch)
tree303fb45134d489caf36583e9101873530ddda56b /winsup
parent6ec05d23b3f5b107968e0a1aaab376c8f0f5d4e8 (diff)
fix typo
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/DevNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/DevNotes b/winsup/cygwin/DevNotes
index 7bec42017..43abe9f6f 100644
--- a/winsup/cygwin/DevNotes
+++ b/winsup/cygwin/DevNotes
@@ -8,7 +8,7 @@ http://cygwin.com/ml/cygwin/2012-05/msg00434.html
I've known that the signal handling in threads wasn't quite right for
some time. I lost all of my thread signal tests in the great "rm -r"
debacle of a few years ago and have been less than enthusiastic about
-redoing everything (I had PCTS tests and everyting). But it really is
+redoing everything (I had PCTS tests and everything). But it really is
time to redo this signal handling to make it more like it is supposed to
be.