diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-07 10:05:01 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-07 10:05:01 -0400 |
commit | 5a783256bfc031ee157c84e8290c46d009f2403a (patch) | |
tree | 4bec2575a1b325a1a6d2b05d55c52919fd30cf89 | |
parent | 5c56efde0ffb3d25d744211d20984020f2a75e33 (diff) | |
download | gcc-5a783256bfc031ee157c84e8290c46d009f2403a.zip gcc-5a783256bfc031ee157c84e8290c46d009f2403a.tar.gz gcc-5a783256bfc031ee157c84e8290c46d009f2403a.tar.bz2 |
Fix typo in comment.
From-SVN: r7260
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -869,7 +869,7 @@ struct tree_type /* In a TYPE_DECL nonzero means the detail info about this type is not dumped into stabs. - In stead, it will generate cross reference ('x') of names. + Instead it will generate cross reference ('x') of names. This uses the same flag as DECL_EXTERNAL. */ #define TYPE_DECL_SUPPRESS_DEBUG(NODE) ((NODE)->decl.external_flag) |