Skip to content

Commit

Permalink
Fix typo in GC_build_fl_clear2 comment
Browse files Browse the repository at this point in the history
* new_hblk.c [!SMALL_CONFIG] (GC_build_fl_clear2): Fix a typo in
comment ("to").
  • Loading branch information
ivmai committed Feb 6, 2017
1 parent 0fda6c9 commit 341c237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new_hblk.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#ifndef SMALL_CONFIG
/* Build a free list for size 2 (words) cleared objects inside */
/* hblk h. Set the last link to be ofl. Return a pointer tpo the */
/* hblk h. Set the last link to be ofl. Return a pointer to the */
/* first free list entry. */
STATIC ptr_t GC_build_fl_clear2(struct hblk *h, ptr_t ofl)
{
Expand Down

0 comments on commit 341c237

Please sign in to comment.