From: Kazu Hirata Date: Sat, 2 Dec 2006 01:44:17 +0000 (+0000) Subject: * name-lookup.c: Follow spelling conventions. X-Git-Tag: releases/gcc-4.3.0~8179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=811895d518686b0c148ef720e62f3d6ead91fd58;p=thirdparty%2Fgcc.git * name-lookup.c: Follow spelling conventions. From-SVN: r119440 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 989efcf06f5d..63cf2d13325b 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 1eb8f5d90b21..d88b8dfb3c6d 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)