From ba2ddb4b93af4ca866bb45f5f63dd7f0e37497a1 Mon Sep 17 00:00:00 2001 From: sayle Date: Fri, 24 Feb 2006 04:00:07 +0000 Subject: * gthr-posix.h (__gthrw): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111414 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/gthr-posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gthr-posix.h') 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 -- cgit v1.2.1