From: Ivan Maidanski Date: Tue, 17 Dec 2013 05:37:20 +0000 (+0400) Subject: Fix typo in GC_collect_or_expand comment X-Git-Tag: gc7_6_0~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a51a087e3716ec3dcbc4b1d3d36a9ad330df75;p=gc Fix typo in GC_collect_or_expand comment * alloc.c (GC_collect_or_expand): Fix a typo in comment ("setting"). --- diff --git a/alloc.c b/alloc.c index 153ff0e9..bd3002d9 100644 --- a/alloc.c +++ b/alloc.c @@ -1237,7 +1237,7 @@ static word last_bytes_finalized = 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,