Commit 2f2bc524 by Kazu Hirata Committed by Kazu Hirata

* cp-tree.h: Fix a comment typo.

From-SVN: r93154
parent 1618f948
2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
* cp-tree.h: Fix a comment typo.
2005-01-07 Nathan Sidwell <nathan@codesourcery.com>
PR c++/19298
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment