diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-28 06:48:38 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-28 06:48:38 +0000 |
commit | 5291a9d11c3ab01070c8271966cc8bb3c2b51ae9 (patch) | |
tree | 5f0ea2e05092a0ceab2587c7ba6ca9f5d207cd9c /gcc/cp/decl2.c | |
parent | a375f117dee7c4cb489f66bc54fb3cfc92e47a58 (diff) | |
download | gcc-5291a9d11c3ab01070c8271966cc8bb3c2b51ae9.tar.gz |
* decl2.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120240 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 0c0695e8b7f..e3e8d081e96 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -2824,7 +2824,7 @@ write_out_vars (tree vars) } /* Generate a static constructor (if CONSTRUCTOR_P) or destructor - (otherwise) that will initialize all gobal objects with static + (otherwise) that will initialize all global objects with static storage duration having the indicated PRIORITY. */ static void |