diff --git a/src/array.c b/src/array.c index 7f16bf4b922194aa085f16f8c09e9f720288714d..24386c69043e0b7ce9174485444e1b3bdf68e728 100644 --- a/src/array.c +++ b/src/array.c @@ -23,7 +23,7 @@ #include "stuff.h" #include "bignum.h" -RCSID("$Id: array.c,v 1.59 1999/12/10 22:38:26 grubba Exp $"); +RCSID("$Id: array.c,v 1.60 2000/02/02 00:37:21 hubbe Exp $"); struct array empty_array= { @@ -1807,7 +1807,7 @@ void gc_check_all_arrays(void) /* Ugly, but we are not allowed to change type_field * at the same time as the array is being built... - * Actually we just need beter primitives for building arrays. + * Actually we just need better primitives for building arrays. */ if(!(a->type_field & BIT_UNFINISHED) || a->refs!=1) a->type_field = t;