[patch] cp/decl2.c: Fix a comment typo.

Kazu Hirata kazu@codesourcery.com
Thu Dec 28 06:49:00 GMT 2006


Hi,

Committed as obvious.

Kazu Hirata

2006-12-28  Kazu Hirata  <kazu@codesourcery.com>

	* decl2.c: Fix a comment typo.

Index: decl2.c
===================================================================
--- decl2.c	(revision 120237)
+++ decl2.c	(working copy)
@@ -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



More information about the Gcc-patches mailing list