diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9f00936abb0..4c7afc507ba 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,8 +1,10 @@ -2006-12-27 Kazu Hirata +2006-12-28 Kazu Hirata * cp/cp-tree.h (TYPE_NAMESPACE_SCOPE_P, TYPE_FUNCTION_SCOPE_P): Remove. + * decl2.c: Fix a comment typo. + 2006-12-21 Andrew Pinski PR C++/30225 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