diff options
Diffstat (limited to 'gcc/gthr-posix.h')
-rw-r--r-- | gcc/gthr-posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index ecd4f97fd6e..80f6ff742a2 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -57,7 +57,7 @@ typedef pthread_mutex_t __gthread_mutex_t; #pragma weak pthread_mutex_unlock #ifdef _LIBOBJC -/* Objective C. */ +/* Objective-C. */ #pragma weak pthread_cond_broadcast #pragma weak pthread_cond_destroy #pragma weak pthread_cond_init |