aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-02 01:44:17 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-12-02 01:44:17 +0000
commit811895d518686b0c148ef720e62f3d6ead91fd58 (patch)
treeafbb8ea44227b9481b1411e1342de431b287e119 /gcc
parentd3c56bc88f4542e61ffba49b4af8ea1ef0681468 (diff)
downloadgcc-811895d518686b0c148ef720e62f3d6ead91fd58.zip
gcc-811895d518686b0c148ef720e62f3d6ead91fd58.tar.gz
gcc-811895d518686b0c148ef720e62f3d6ead91fd58.tar.bz2
* name-lookup.c: Follow spelling conventions.
From-SVN: r119440
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/name-lookup.c2
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)