From: Christopher Faylor Date: Mon, 8 Apr 2013 17:55:57 +0000 (+0000) Subject: fix typo X-Git-Tag: cygwin-64bit-premerge~21 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=037ad80a525e5be3088bcb3b34546498695e746f;p=newlib-cygwin.git fix typo --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1f1c70eaf..e83a81597 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