* cp-tree.h: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 10 Jan 2005 19:37:05 +0000 (19:37 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 10 Jan 2005 19:37:05 +0000 (19:37 +0000)
From-SVN: r93154

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 9abb9c8d395890eaf13c139180f4d793b723aa9f..a87704aa60cc4c4dce5922f6ebc617e0aa587ce4 100644 (file)
@@ -1,3 +1,7 @@
+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
index 83e4f4255c1f12173dc676a1a5f5a9ca73113473..81ebd985fc373151b59cf5b5094c4f004e13ea97 100644 (file)
@@ -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,