diff options
Diffstat (limited to 'gcc/gthr-solaris.h')
-rw-r--r-- | gcc/gthr-solaris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-solaris.h b/gcc/gthr-solaris.h index b44a4de26bf..42514305f2c 100644 --- a/gcc/gthr-solaris.h +++ b/gcc/gthr-solaris.h @@ -113,7 +113,7 @@ static void *thread_local_storage = NULL; static inline int __gthread_objc_init_thread_system (void) { - /* Initialize the thread storage key */ + /* Initialize the thread storage key. */ if (__gthread_active_p () && thr_keycreate (&_objc_thread_storage, NULL) == 0) return 0; |