Improve wording..

From-SVN: r156875
This commit is contained in:
Mike Stump 2010-02-18 21:04:40 +00:00
parent 1ff6b2c8c4
commit 3378b6fa11
1 changed files with 1 additions and 1 deletions

View File

@ -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