* tree.h: Fix comment typo.

From-SVN: r82299
This commit is contained in:
Roger Sayle 2004-05-26 23:22:04 +00:00 committed by Roger Sayle
parent f667741c42
commit cdc9d80325
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-05-26 Roger Sayle <roger@eyesopen.com>
* tree.h: Fix comment typo.
2004-05-27 Steven Bosscher <stevenb@suse.de>
* gimplify.c (compare_case_labels): New function.

View file

@ -35,7 +35,7 @@ enum tree_code {
#include "tree.def"
LAST_AND_UNUSED_TREE_CODE /* A convenient way to get a value for
NUM_TREE_CODE. */
NUM_TREE_CODES. */
};
#undef DEFTREECODE