* name-lookup.c: Follow spelling conventions.

From-SVN: r119440
This commit is contained in:
Kazu Hirata 2006-12-02 01:44:17 +00:00 committed by Kazu Hirata
parent d3c56bc88f
commit 811895d518
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-02 Kazu Hirata <kazu@codesourcery.com>
* name-lookup.c: Follow spelling conventions.
2006-12-01 Geoffrey Keating <geoffk@apple.com>
* decl.c (poplevel): Check DECL_INITIAL invariant.

View File

@ -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)