From ea4b78487cb4fa983c3bfa1f921c3b04f2fded93 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 25 Sep 2004 14:36:40 +0000 Subject: c-typeck.c, [...]: Fix comment formatting. * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c, gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h, lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c, tree-ssa-pre.c, tree-vn.c, tree.h: Fix comment formatting. From-SVN: r88102 --- gcc/gthr-posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gthr-posix.h') 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 -- cgit v1.1