]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cp-tree.h: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 28 Jul 2006 01:56:58 +0000 (01:56 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 28 Jul 2006 01:56:58 +0000 (01:56 +0000)
From-SVN: r115789

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 44f6c2324857f12f6fb72fd4a219491e219e86f9..42db58a80609026a94cd2bebe8f8688d265c9bd9 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-28  Kazu Hirata  <kazu@codesourcery.com>
+
+       * cp-tree.h: Fix a comment typo.
+
 2006-07-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/27572
index e02d3d7b5bb70138e6be19c703d6e9c2693bbc65..040dd90dff8100197d788c59f4f6d71b6ec85c84 100644 (file)
@@ -3421,7 +3421,7 @@ enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, OP_FLAG, TYPENAME_FLAG };
 /* We are checking that a constructor can be called -- but we do not
    actually plan to call it.  */
 #define LOOKUP_CONSTRUCTOR_CALLABLE (1 << 10)
-/* Return friend decarations and un-declared builtin functions.
+/* Return friend declarations and un-declared builtin functions.
    (Normally, these entities are registered in the symbol table, but
    not found by lookup.)  */
 #define LOOKUP_HIDDEN (LOOKUP_CONSTRUCTOR_CALLABLE << 1)