Fix typo in comment.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 5 Mar 1993 17:49:44 +0000 (09:49 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 5 Mar 1993 17:49:44 +0000 (09:49 -0800)
From-SVN: r3656

gcc/tree.c

index 36f5a94c47cf54710ad1777b3f158a5985ddfbcd..9033cc5cc4e61a024ff1183b8aa8c373b30dfbc5 100644 (file)
@@ -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. */