From: kazu Date: Thu, 28 Dec 2006 06:48:38 +0000 (+0000) Subject: * decl2.c: Fix a comment typo. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5291a9d11c3ab01070c8271966cc8bb3c2b51ae9;p=thirdparty%2Fgcc.git * decl2.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120240 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9f00936abb09..4c7afc507bab 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 0c0695e8b7f9..e3e8d081e966 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