diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-01-10 19:37:05 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-01-10 19:37:05 +0000 |
commit | 2f2bc52472b9fee4d0dd20044e9d41ece39ba4cb (patch) | |
tree | 4b9b372cefc343d6f9acdb1987d2af7e7d0681ed /gcc/cp/cp-tree.h | |
parent | 1618f9483f44a3f6ee5791ae1609d8493eb52253 (diff) | |
download | gcc-2f2bc52472b9fee4d0dd20044e9d41ece39ba4cb.zip gcc-2f2bc52472b9fee4d0dd20044e9d41ece39ba4cb.tar.gz gcc-2f2bc52472b9fee4d0dd20044e9d41ece39ba4cb.tar.bz2 |
* cp-tree.h: Fix a comment typo.
From-SVN: r93154
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 83e4f42..81ebd98 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, |