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-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gthr-win32.h') diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index 49ea540..4e81598 100644 --- a/gcc/gthr-win32.h +++ b/gcc/gthr-win32.h @@ -88,7 +88,7 @@ static DWORD __gthread_objc_data_tls = (DWORD) -1; int __gthread_objc_init_thread_system (void) { - /* Initialize the thread storage key */ + /* Initialize the thread storage key. */ if ((__gthread_objc_data_tls = TlsAlloc ()) != (DWORD) -1) return 0; else -- cgit v1.1