fix comment spello

From-SVN: r60835
This commit is contained in:
Jason Merrill 2003-01-03 11:41:23 -05:00
parent 7125beea7a
commit d3974db05a
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ struct tree_vec GTY(())
#define SAVE_EXPR_NOPLACEHOLDER(NODE) TREE_UNSIGNED (SAVE_EXPR_CHECK (NODE))
/* Nonzero if the SAVE_EXPRs value should be kept, even if it occurs
both in normal code and in a handler. (Normally, in a handler, all
SAVE_EXPRs are unsaved, meaning that there values are
SAVE_EXPRs are unsaved, meaning that their values are
recalculated.) */
#define SAVE_EXPR_PERSISTENT_P(NODE) TREE_ASM_WRITTEN (SAVE_EXPR_CHECK (NODE))