From c5f4a9c4f7cbfabf470fdee2cc69e2371558bc1c Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 28 Jul 2006 01:56:58 +0000 Subject: [PATCH] * cp-tree.h: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115789 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/cp-tree.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 44f6c232485..42db58a8060 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 e02d3d7b5bb..040dd90dff8 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) -- 2.11.4.GIT