aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-07-28 01:56:58 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-07-28 01:56:58 +0000
commit85661c41dd4fe35a4fd54c3679b94fa0ea2e902a (patch)
tree7f4ae16d42c2260c955a319ef7fe25b989545ba6
parent407e3a8ee1be8636d1aa644f04246a2941f22b07 (diff)
downloadgcc-85661c41dd4fe35a4fd54c3679b94fa0ea2e902a.zip
gcc-85661c41dd4fe35a4fd54c3679b94fa0ea2e902a.tar.gz
gcc-85661c41dd4fe35a4fd54c3679b94fa0ea2e902a.tar.bz2
* cp-tree.h: Fix a comment typo.
From-SVN: r115789
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 44f6c23..42db58a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index e02d3d7..040dd90 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)