diff options
Diffstat (limited to 'gcc/gthr-dce.h')
| -rw-r--r-- | gcc/gthr-dce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-dce.h b/gcc/gthr-dce.h index 916f1207c87..821650933f4 100644 --- a/gcc/gthr-dce.h +++ b/gcc/gthr-dce.h @@ -124,7 +124,7 @@ static inline int __gthread_objc_init_thread_system (void) { if (__gthread_active_p ()) - /* Initialize the thread storage key */ + /* Initialize the thread storage key. */ return pthread_keycreate (&_objc_thread_storage, NULL); else return -1; |

