aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-13 15:38:38 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-13 15:38:38 +0000
commit3872a0aee4c00f6430ee8905316a3fad56c73040 (patch)
tree4f5ec054ffa48d039d561e32ae760206bddf82cb /gcc
parent74f4f95c2bcd4183471fe503bbbd7a91d465a0bf (diff)
downloadgcc-3872a0aee4c00f6430ee8905316a3fad56c73040.zip
gcc-3872a0aee4c00f6430ee8905316a3fad56c73040.tar.gz
gcc-3872a0aee4c00f6430ee8905316a3fad56c73040.tar.bz2
* tree.h: Fix a comment typo.
From-SVN: r90582
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/tree.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 13d8e66..fd651ed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/tree.h b/gcc/tree.h
index 5f49c20..4e5a6ea 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)