This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] tree.h: Fix another comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-11-13  Kazu Hirata  <kazu@cs.umass.edu>

	* tree.h: Fix a comment typo.

Index: tree.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree.h,v
retrieving revision 1.653
diff -u -d -p -r1.653 tree.h
--- tree.h	13 Nov 2004 15:33:36 -0000	1.653
+++ tree.h	13 Nov 2004 15:35:48 -0000
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]