aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-03-30 19:43:36 +0000
committerChristopher Faylor <me@cgf.cx>2005-03-30 19:43:36 +0000
commit18ef968f400d3348655485145f8bf883253ae53e (patch)
tree9ee2b2119de399d75cb7464ec3047211c498b126 /winsup
parent5b5312972a9e3147ce3c704075d4c829043700fb (diff)
downloadnewlib-18ef968f400d3348655485145f8bf883253ae53e.zip
newlib-18ef968f400d3348655485145f8bf883253ae53e.tar.gz
newlib-18ef968f400d3348655485145f8bf883253ae53e.tar.bz2
fix typo
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 21331b3..fc987ca 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -54,7 +54,7 @@
2005-03-28 Christopher Faylor <cgf@timesys.com>
- * cygthread.cc (cygthread::detach): Revert to just waiting for thred
+ * cygthread.cc (cygthread::detach): Revert to just waiting for thread
event since waiting for anything else is racy.
* timer.cc (timer_tracker::hcancel): Rename from cancel.
(timer_tracker::cancel): New method.