From 238a185624470bfbb661af1de3078b1e31888dd7 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 5 Mar 1993 09:49:44 -0800 Subject: [PATCH] Fix typo in comment. From-SVN: r3656 --- gcc/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tree.c b/gcc/tree.c index 36f5a94c47c..9033cc5cc4e 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. */ -- 2.30.2