diff options
author | Roger Sayle <sayle@gcc.gnu.org> | 2006-02-24 04:00:07 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2006-02-24 04:00:07 +0000 |
commit | efbbbb61eecb70944b433ccc227dbfddf0c69ba2 (patch) | |
tree | b96841d82665cd40d00bdeb0c4eec2d2f7de637c /gcc | |
parent | 879dda1a44e01579f4353bb65523bdb60db6958f (diff) | |
download | gcc-efbbbb61eecb70944b433ccc227dbfddf0c69ba2.zip gcc-efbbbb61eecb70944b433ccc227dbfddf0c69ba2.tar.gz gcc-efbbbb61eecb70944b433ccc227dbfddf0c69ba2.tar.bz2 |
gthr-posix.h (__gthrw): Fix typo in comment.
* gthr-posix.h (__gthrw): Fix typo in comment.
From-SVN: r111414
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/gthr-posix.h | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb986b8..692b082 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 c06e99f..df03947 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 |