From 6514b3a2f5ed8c593d7d49526a27122989e673d0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 9 Mar 2020 12:54:05 +0200 Subject: First round of message improvements. --- int_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'int_array.c') diff --git a/int_array.c b/int_array.c index 1a292156..31bc80bf 100644 --- a/int_array.c +++ b/int_array.c @@ -236,7 +236,7 @@ int_lookup(NODE *symbol, NODE *subs) /* * N.B: symbol->table_size is the total # of non-integers (symbol->xarray) * and integer elements. Also, symbol->xarray must have at least one - * item in it, and can not exist if there are no integer elements. + * item in it, and cannot exist if there are no integer elements. * In that case, symbol->xarray is promoted to 'symbol' (See int_remove). */ -- cgit v1.2.3