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 940c721..51c5404 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -143,7 +143,7 @@ __gthread_objc_init_thread_system (void) { if (__gthread_active_p ()) { - /* Initialize the thread storage key */ + /* Initialize the thread storage key. */ if (pthread_key_create (&_objc_thread_storage, NULL) == 0) { /* The normal default detach state for threads is |