diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-25 14:36:40 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-25 14:36:40 +0000 |
commit | 778ac06acb14495e68242bc91ccc67bee4953db4 (patch) | |
tree | 5867ad91eef65934da4de107a8e9e80facc6cfd6 /gcc/gthr-win32.h | |
parent | 93d66711d8a275ab606336d68cb73aca29688838 (diff) | |
download | gcc-778ac06acb14495e68242bc91ccc67bee4953db4.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88102 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-win32.h')
-rw-r--r-- | gcc/gthr-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index 49ea54081c8..4e81598cf86 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 |