diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-08-14 11:33:04 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-08-14 11:33:04 +0000 |
commit | 858a47b165a39fff21125accb5f433a8e9e434d3 (patch) | |
tree | 5f04d94d766d3a8d6c1b28ed36b61afbe84bf2d4 /gcc/tree.h | |
parent | 542bc952ded8003995cd768fe47face48f39c25b (diff) | |
download | gcc-858a47b165a39fff21125accb5f433a8e9e434d3.zip gcc-858a47b165a39fff21125accb5f433a8e9e434d3.tar.gz gcc-858a47b165a39fff21125accb5f433a8e9e434d3.tar.bz2 |
Fix spelling errors in comments.
From-SVN: r1825
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ struct tree_common /* In a VAR_DECL or FUNCTION_DECL, nonzero means name is to be accessible from outside this module. - In an identifier node, nonzero means a external declaration + In an identifier node, nonzero means an external declaration accessible from outside this module was previously seen for this name in an inner scope. */ #define TREE_PUBLIC(NODE) ((NODE)->common.public_flag) |