summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 15:38:38 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 15:38:38 +0000
commit721e9d1d4146df1a8943e83241dadebb25111982 (patch)
tree4f5ec054ffa48d039d561e32ae760206bddf82cb /gcc/tree.h
parent3d6aa0718978b7d33a0bd7ec87518a209a991db3 (diff)
downloadgcc-721e9d1d4146df1a8943e83241dadebb25111982.tar.gz
* tree.h: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90582 138bc75d-0d04-0410-961f-82ee72b054a4
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 5f49c204403..4e5a6eaa45a 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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)