From 8d710131182c4c8184657690eb9571058fe255cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 1 Feb 2000 16:37:21 -0800
Subject: [PATCH] fixed a typo

Rev: src/array.c:1.60
---
 src/array.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/array.c b/src/array.c
index 7f16bf4b92..24386c6904 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;
-- 
GitLab