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

gcc/ChangeLog
gcc/tree.h

index 8c5c3294f3fffd0c10d042b1593c58cf27d27be1..13d8e66a19cbc3d34e93865ac8d50da50cab60ef 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree.h: Fix a comment typo.
+
 2004-11-13  Steven Bosscher  <stevenb@suse.de>
 
        * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and
index e79470001cdf0edf8a68a5a53a29f735e1cbcd45..5f49c20440390dfa410befb3723639224ee1ed9c 100644 (file)
@@ -1235,7 +1235,7 @@ struct tree_vec GTY(())
 /* Operand 2 has two uses, it may either be a LABEL_DECL node or a
    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 conditionalalize actions based on
+   operand 2 or when you want to conditionalize actions based on
    whether operand 2 is a LABEL_DELC or CASE_LABEL_EXPR.  */
 #define CASE_LEADER_OR_LABEL(NODE)     TREE_OPERAND ((NODE), 2)