aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-03-05 09:49:44 -0800
committerJim Wilson <wilson@gcc.gnu.org>1993-03-05 09:49:44 -0800
commit238a185624470bfbb661af1de3078b1e31888dd7 (patch)
treee796f538f263b8a50bc5d51716e572a787552981 /gcc
parent1d23c208bdd8439363d8550e5fed9ee88b58b988 (diff)
downloadgcc-238a185624470bfbb661af1de3078b1e31888dd7.zip
gcc-238a185624470bfbb661af1de3078b1e31888dd7.tar.gz
gcc-238a185624470bfbb661af1de3078b1e31888dd7.tar.bz2
Fix typo in comment.
From-SVN: r3656
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 36f5a94..9033cc5 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -2690,7 +2690,7 @@ build_index_type (maxval)
}
/* Create a range of some discrete type TYPE (an INTEGER_TYPE,
- ENUMERAL_TYPE, BOOLEAN_TYPE, or VHAR_TYPE), with
+ ENUMERAL_TYPE, BOOLEAN_TYPE, or CHAR_TYPE), with
low bound LOWVAL and high bound HIGHVAL.
if TYPE==NULL_TREE, sizetype is used. */