]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl2.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Thu, 28 Dec 2006 06:48:38 +0000 (06:48 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 28 Dec 2006 06:48:38 +0000 (06:48 +0000)
From-SVN: r120240

gcc/cp/ChangeLog
gcc/cp/decl2.c

index 9f00936abb09f585d073c0518f14d4322668dd18..4c7afc507bab00cc5c082d413477940e621d147a 100644 (file)
@@ -1,8 +1,10 @@
-2006-12-27  Kazu Hirata  <kazu@codesourcery.com>
+2006-12-28  Kazu Hirata  <kazu@codesourcery.com>
 
        * cp/cp-tree.h (TYPE_NAMESPACE_SCOPE_P,
        TYPE_FUNCTION_SCOPE_P): Remove.
 
+       * decl2.c: Fix a comment typo.
+
 2006-12-21  Andrew Pinski  <pinskia@gmail.com>
 
        PR C++/30225
index 0c0695e8b7f9dadd773119ebe6f17ee9f1b0a19a..e3e8d081e966d7f66cf5c7157c719f4e916555d7 100644 (file)
@@ -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