aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-13 15:33:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-13 15:33:36 +0000
commit74f4f95c2bcd4183471fe503bbbd7a91d465a0bf (patch)
tree85efb66cebb1bcf4e60db8333aa70691e24270d5 /gcc/tree.h
parentd67fb775b386216c2a09ed47b130182d3ebb7807 (diff)
downloadgcc-74f4f95c2bcd4183471fe503bbbd7a91d465a0bf.zip
gcc-74f4f95c2bcd4183471fe503bbbd7a91d465a0bf.tar.gz
gcc-74f4f95c2bcd4183471fe503bbbd7a91d465a0bf.tar.bz2
* tree.h: Fix a comment typo.
From-SVN: r90581
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index e794700..5f49c20 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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)