aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-10 19:37:05 +0000
committerKazu Hirata <kazu@cs.umass.edu>2005-01-10 19:37:05 +0000
commit4823c52c0c1ee60e04760d6fca4e56012c183f72 (patch)
tree4b9b372cefc343d6f9acdb1987d2af7e7d0681ed /gcc/cp/cp-tree.h
parentaed3dcc2a5ffc6554e3a83a973246de6ffa2da5e (diff)
* cp-tree.h: Fix a comment typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@93154 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h2
1 files changed, 1 insertions, 1 deletions
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,