OSDN Git Service

Fix typo in comment.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Mar 1993 17:49:44 +0000 (17:49 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Mar 1993 17:49:44 +0000 (17:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3656 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree.c

index 36f5a94..9033cc5 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. */