aboutsummaryrefslogtreecommitdiff
path: root/gcc/gthr-solaris.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gthr-solaris.h')
-rw-r--r--gcc/gthr-solaris.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-solaris.h b/gcc/gthr-solaris.h
index b44a4de..4251430 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;