OSDN Git Service

* name-lookup.c: Follow spelling conventions.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Dec 2006 01:44:17 +0000 (01:44 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Dec 2006 01:44:17 +0000 (01:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119440 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/name-lookup.c

index 989efcf..63cf2d1 100644 (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.
index 1eb8f5d..d88b8df 100644 (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)