aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-04-08 17:55:57 +0000
committerChristopher Faylor <me@cgf.cx>2013-04-08 17:55:57 +0000
commit037ad80a525e5be3088bcb3b34546498695e746f (patch)
tree2a451776ab65f90ad1345ea57e1060f5f9b7e08c
parent2617a91597caba43c435dfbafb4628995a6adb79 (diff)
downloadnewlib-037ad80a525e5be3088bcb3b34546498695e746f.zip
newlib-037ad80a525e5be3088bcb3b34546498695e746f.tar.gz
newlib-037ad80a525e5be3088bcb3b34546498695e746f.tar.bz2
fix typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1f1c70e..e83a815 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -58,7 +58,7 @@
(pthread::thread_init_wrapper): Accommodate set_tls_self_pointer change
to non-static. Initialize sigmask before setting tid or suffer signal
races.
- * ehread.h (pthread::set_tls_self_pointer): Make non-static, delete
+ * thread.h (pthread::set_tls_self_pointer): Make non-static, delete
parameter.
2013-03-29 Corinna Vinschen <corinna@vinschen.de>