From d3974db05a7a0f19df74c4b9938ad71810309837 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 3 Jan 2003 11:41:23 -0500 Subject: [PATCH] fix comment spello From-SVN: r60835 --- gcc/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tree.h b/gcc/tree.h index f06a6666c1e..93a237f73f2 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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)) -- 2.30.2