From b636e057eec6cbd8eb856333e16b6dcb95fd976f Mon Sep 17 00:00:00 2001 From: mrs Date: Thu, 18 Feb 2010 21:04:40 +0000 Subject: [PATCH] Improve wording.. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156875 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tree.h b/gcc/tree.h index f5827d59f89..f9fa00ff983 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -2636,7 +2636,7 @@ struct GTY(()) tree_decl_minimal { || TREE_CODE (DECL_CONTEXT (EXP)) == TRANSLATION_UNIT_DECL) /* Nonzero for a decl that is decorated using attribute used. - This indicates compiler tools that this decl needs to be preserved. */ + This indicates to compiler tools that this decl needs to be preserved. */ #define DECL_PRESERVE_P(DECL) \ DECL_COMMON_CHECK (DECL)->decl_common.preserve_flag -- 2.11.4.GIT