From 3ed0f85ba779519c78c66ca98b4ced58c223621e Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 29 Jun 1988 13:13:49 +0000 Subject: [PATCH] fixed typo --- lang/m2/comp/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/m2/comp/type.c b/lang/m2/comp/type.c index 6baede003..d592e95e8 100644 --- a/lang/m2/comp/type.c +++ b/lang/m2/comp/type.c @@ -306,7 +306,7 @@ chk_basesubrange(tp, base) else if (base == int_type) { if (tp->tp_next == card_type && ! chk_bounds(tp->sub_ub,max_int[(int)int_size],T_CARDINAL)){ - error("upperbound to large for type INTEGER"); + error("upperbound too large for type INTEGER"); } } else error("illegal base for a subrange"); -- 2.34.1