* tree.h: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 13 Nov 2004 15:38:38 +0000 (15:38 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 13 Nov 2004 15:38:38 +0000 (15:38 +0000)
From-SVN: r90582

gcc/ChangeLog
gcc/tree.h

index 13d8e66a19cbc3d34e93865ac8d50da50cab60ef..fd651ed05d897ad16947270149cefe108e365871 100644 (file)
@@ -1,6 +1,6 @@
 2004-11-13  Kazu Hirata  <kazu@cs.umass.edu>
 
-       * tree.h: Fix a comment typo.
+       * tree.h: Fix comment typos.
 
 2004-11-13  Steven Bosscher  <stevenb@suse.de>
 
index 5f49c20440390dfa410befb3723639224ee1ed9c..4e5a6eaa45abe897a0b1e123f0c90149746c0ba2 100644 (file)
@@ -1236,7 +1236,7 @@ struct tree_vec GTY(())
    another CASE_LABEL_EXPR node.  This accessor gets direct access
    to that operand.  Use it when you want to assign a value to
    operand 2 or when you want to conditionalize actions based on
-   whether operand 2 is a LABEL_DELC or CASE_LABEL_EXPR.  */
+   whether operand 2 is a LABEL_DECL or CASE_LABEL_EXPR.  */
 #define CASE_LEADER_OR_LABEL(NODE)     TREE_OPERAND ((NODE), 2)
 
 #define CASE_LABEL(NODE) get_case_label (NODE)