aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-08-14 11:33:04 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-08-14 11:33:04 +0000
commit858a47b165a39fff21125accb5f433a8e9e434d3 (patch)
tree5f04d94d766d3a8d6c1b28ed36b61afbe84bf2d4 /gcc/tree.h
parent542bc952ded8003995cd768fe47face48f39c25b (diff)
downloadgcc-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 875d0c8..5877f62 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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)