]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* name-lookup.c: Follow spelling conventions.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 2 Dec 2006 01:44:17 +0000 (01:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 2 Dec 2006 01:44:17 +0000 (01:44 +0000)
From-SVN: r119440

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

index 989efcf06f5d9626542faf93b04e61476253764c..63cf2d13325b7a63885d95e6077cd8efd36d57d3 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 1eb8f5d90b21159fd4896b43013a6a3cc85e0309..d88b8dfb3c6d2560cb065460dd7d88113dec8886 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)