diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb986b80d06f0389cf26975c57c6539dcf50127a..692b0828abd1395065631c94519fe6abdd077b5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ -2005-10-20 Geoffrey Keating <geoffk@apple.com> +2006-02-23 Roger Sayle <roger@eyesopen.com> + Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * gthr-posix.h (__gthrw): Fix typo in comment. + +2006-02-23 Geoffrey Keating <geoffk@apple.com> * doc/cpp.texi (Character sets): Document that we do support input files to be in any character set. diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index c06e99f0f6da9794306beaea40c7a57061f847a1..df03947e606db87d0fa8430e7a17b096a1660d23 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -67,7 +67,7 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t; # define __gthrw_(name) name #endif -/* Typically, __gthrw_foo is a weak refernce to symbol foo. */ +/* Typically, __gthrw_foo is a weak reference to symbol foo. */ #define __gthrw(name) __gthrw2(name,name) /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to