fix comment spello
authorJason Merrill <jason@gcc.gnu.org>
Fri, 3 Jan 2003 16:41:23 +0000 (11:41 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 3 Jan 2003 16:41:23 +0000 (11:41 -0500)
From-SVN: r60835

gcc/tree.h

index f06a6666c1e9d12f62a7956ffc6cfa391e310023..93a237f73f2d1df5e0967749efd624c25ec238ef 100644 (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))