Commit 44cbf6e4 by Kazu Hirata Committed by Kazu Hirata

* decl2.c: Fix a comment typo.

From-SVN: r120240
parent ca01388d
2006-12-27 Kazu Hirata <kazu@codesourcery.com> 2006-12-28 Kazu Hirata <kazu@codesourcery.com>
* cp/cp-tree.h (TYPE_NAMESPACE_SCOPE_P, * cp/cp-tree.h (TYPE_NAMESPACE_SCOPE_P,
TYPE_FUNCTION_SCOPE_P): Remove. TYPE_FUNCTION_SCOPE_P): Remove.
* decl2.c: Fix a comment typo.
2006-12-21 Andrew Pinski <pinskia@gmail.com> 2006-12-21 Andrew Pinski <pinskia@gmail.com>
PR C++/30225 PR C++/30225
......
...@@ -2824,7 +2824,7 @@ write_out_vars (tree vars) ...@@ -2824,7 +2824,7 @@ write_out_vars (tree vars)
} }
/* Generate a static constructor (if CONSTRUCTOR_P) or destructor /* 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. */ storage duration having the indicated PRIORITY. */
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment