This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] cp/name-lookup.c: Follow spelling conventions.
- From: Kazu Hirata <kazu at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 1 Dec 2006 17:45:01 -0800
- Subject: [patch] cp/name-lookup.c: Follow spelling conventions.
Hi,
Committed as obvious.
Kazu Hirata
2006-12-02 Kazu Hirata <kazu@codesourcery.com>
* name-lookup.c: Follow spelling conventions.
Index: name-lookup.c
===================================================================
--- name-lookup.c (revision 119436)
+++ name-lookup.c (working copy)
@@ -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)