From 31e5bd17b654e20200b6f84d2bf5a522aa6a1e8f Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 17 Dec 2013 09:37:20 +0400 Subject: [PATCH] Fix typo in GC_collect_or_expand comment * alloc.c (GC_collect_or_expand): Fix a typo in comment ("setting"). --- alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloc.c b/alloc.c index 32bc5bce..20eef6d5 100644 --- a/alloc.c +++ b/alloc.c @@ -1224,7 +1224,7 @@ GC_INNER unsigned GC_fail_count = 0; /* Collect or expand heap in an attempt make the indicated number of */ /* free blocks available. Should be called until the blocks are */ -/* available (seting retry value to TRUE unless this is the first call */ +/* available (setting retry value to TRUE unless this is the first call */ /* in a loop) or until it fails by returning FALSE. */ GC_INNER GC_bool GC_collect_or_expand(word needed_blocks, GC_bool ignore_off_page, -- 2.40.0