OSDN Git Service

* cp-tree.h: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Jan 2005 19:37:05 +0000 (19:37 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Jan 2005 19:37:05 +0000 (19:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93154 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9abb9c8..a87704a 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 83e4f42..81ebd98 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,