From 44cbf6e4542d6c8910b430343c541ed9dad76284 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 28 Dec 2006 06:48:38 +0000 Subject: [PATCH] * decl2.c: Fix a comment typo. From-SVN: r120240 --- gcc/cp/ChangeLog | 4 +++- gcc/cp/decl2.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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