From f2021745ffa1c298ff4a9fc61728bcf4a5d7d3d9 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 11 Sep 2012 23:23:13 +0400 Subject: [PATCH] Fix min_bytes_allocd comment * alloc.c (min_bytes_allocd): Fix comment (replace "words" with "bytes"). --- alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloc.c b/alloc.c index 9387e76a..1d401168 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) { -- 2.40.0