From 2f2bc52472b9fee4d0dd20044e9d41ece39ba4cb Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 10 Jan 2005 19:37:05 +0000 Subject: [PATCH] * cp-tree.h: Fix a comment typo. From-SVN: r93154 --- 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 9abb9c8d395..a87704aa60c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-10 Kazu Hirata + + * cp-tree.h: Fix a comment typo. + 2005-01-07 Nathan Sidwell PR c++/19298 diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 83e4f4255c1..81ebd985fc3 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -3591,7 +3591,7 @@ struct cp_declarator { union { /* For identifiers. */ struct { - /* If non-NULL, the qualifiying scope (a NAMESPACE_DECL or + /* If non-NULL, the qualifying scope (a NAMESPACE_DECL or *_TYPE) for this identifier. */ tree qualifying_scope; /* The unqualified name of the entity -- an IDENTIFIER_NODE, -- 2.30.2