From: Kazu Hirata Date: Fri, 28 Jul 2006 01:56:58 +0000 (+0000) Subject: * cp-tree.h: Fix a comment typo. X-Git-Tag: releases/gcc-4.2.0~1928 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85661c41dd4fe35a4fd54c3679b94fa0ea2e902a;p=thirdparty%2Fgcc.git * cp-tree.h: Fix a comment typo. From-SVN: r115789 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 44f6c2324857..42db58a80609 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-07-28 Kazu Hirata + + * cp-tree.h: Fix a comment typo. + 2006-07-24 Volker Reichelt PR c++/27572 diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index e02d3d7b5bb7..040dd90dff81 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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)