Skip to content

Commit

Permalink
Fix typo in GC_collect_or_expand comment
Browse files Browse the repository at this point in the history
* alloc.c (GC_collect_or_expand): Fix a typo in comment ("setting").
  • Loading branch information
ivmai committed Dec 17, 2013
1 parent 128769a commit 61a51a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61a51a0

Please sign in to comment.