From efbbbb61eecb70944b433ccc227dbfddf0c69ba2 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Fri, 24 Feb 2006 04:00:07 +0000 Subject: [PATCH] gthr-posix.h (__gthrw): Fix typo in comment. * gthr-posix.h (__gthrw): Fix typo in comment. From-SVN: r111414 --- gcc/ChangeLog | 7 ++++++- gcc/gthr-posix.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.30.2