summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-06-26 05:23:10 +0000
committerChristopher Faylor <me@cgf.cx>2012-06-26 05:23:10 +0000
commit8bec43b39b5913e8248f8dbb1f0533983335d5a2 (patch)
tree303fb45134d489caf36583e9101873530ddda56b
parent6ec05d23b3f5b107968e0a1aaab376c8f0f5d4e8 (diff)
downloadcygnal-8bec43b39b5913e8248f8dbb1f0533983335d5a2.tar.gz
cygnal-8bec43b39b5913e8248f8dbb1f0533983335d5a2.tar.bz2
cygnal-8bec43b39b5913e8248f8dbb1f0533983335d5a2.zip
fix typo
-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.