]> granicus.if.org Git - gc/commitdiff
Fix typo in GC_collect_or_expand comment
authorIvan Maidanski <ivmai@mail.ru>
Tue, 17 Dec 2013 05:37:20 +0000 (09:37 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 17 Dec 2013 12:59:37 +0000 (16:59 +0400)
* alloc.c (GC_collect_or_expand): Fix a typo in comment ("setting").

alloc.c

diff --git a/alloc.c b/alloc.c
index 153ff0e9f1b582537f121010c129386760740b01..bd3002d94ddada3f9ed37ff58992e783a8ee801c 100644 (file)
--- 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,