From 0410c17669e8b92356b2818f189f915d57c1acef Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 2 Dec 2006 01:44:17 +0000 Subject: [PATCH] * name-lookup.c: Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119440 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/name-lookup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 989efcf06f5..63cf2d13325 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-12-02 Kazu Hirata + + * name-lookup.c: Follow spelling conventions. + 2006-12-01 Geoffrey Keating * decl.c (poplevel): Check DECL_INITIAL invariant. diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index 1eb8f5d90b2..d88b8dfb3c6 100644 --- a/gcc/cp/name-lookup.c +++ b/gcc/cp/name-lookup.c @@ -61,7 +61,7 @@ tree global_namespace; unit. */ static GTY(()) tree anonymous_namespace_name; -/* Initialise anonymous_namespace_name if necessary, and return it. */ +/* Initialize anonymous_namespace_name if necessary, and return it. */ static tree get_anonymous_namespace_name(void) -- 2.11.0