diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2010-02-18 21:04:40 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2010-02-18 21:04:40 +0000 |
commit | 3378b6fa11d580d859b6bc8af7a5228fed4ff791 (patch) | |
tree | 2ce8802988342e13fbbb2618a82ede3639146451 /gcc | |
parent | 1ff6b2c8c471291a07ba054ddbd18acb9dd69d7a (diff) | |
download | gcc-3378b6fa11d580d859b6bc8af7a5228fed4ff791.zip gcc-3378b6fa11d580d859b6bc8af7a5228fed4ff791.tar.gz gcc-3378b6fa11d580d859b6bc8af7a5228fed4ff791.tar.bz2 |
Improve wording..
From-SVN: r156875
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |