From: Ivan Maidanski Date: Tue, 11 Sep 2012 19:23:13 +0000 (+0400) Subject: Fix min_bytes_allocd comment X-Git-Tag: gc7_4_0~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4530754bedcb4a0c6679a5c72c4bca0d63a5977;p=gc Fix min_bytes_allocd comment * alloc.c (min_bytes_allocd): Fix comment (replace "words" with "bytes"). --- diff --git a/alloc.c b/alloc.c index aca7980d..1befd32b 100644 --- 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) {