diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb986b80d06..692b0828abd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ -2005-10-20 Geoffrey Keating +2006-02-23 Roger Sayle + Rainer Orth + + * gthr-posix.h (__gthrw): Fix typo in comment. + +2006-02-23 Geoffrey Keating * 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 c06e99f0f6d..df03947e606 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