diff options
Diffstat (limited to 'int_array.c')
-rw-r--r-- | int_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
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). */ |