Fix min_bytes_allocd comment
authorIvan Maidanski <ivmai@mail.ru>
Tue, 11 Sep 2012 19:23:13 +0000 (23:23 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 11 Sep 2012 19:24:18 +0000 (23:24 +0400)
* alloc.c (min_bytes_allocd): Fix comment (replace "words" with
"bytes").

alloc.c

diff --git a/alloc.c b/alloc.c
index aca7980..1befd32 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -196,7 +196,7 @@ GC_API GC_stop_func GC_CALL GC_get_stop_func(void)
   GC_INNER word GC_total_stacksize = 0; /* updated on every push_all_stacks */
 #endif
 
-/* Return the minimum number of words that must be allocated between    */
+/* Return the minimum number of bytes that must be allocated between    */
 /* collections to amortize the collection cost.  Should be non-zero.    */
 static word min_bytes_allocd(void)
 {