diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/name-lookup.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 989efcf..63cf2d1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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. diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index 1eb8f5d..d88b8df 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) |
