From: Ivan Maidanski Date: Fri, 23 Dec 2016 16:10:33 +0000 (+0300) Subject: Fix typo in GC_build_fl_clear2 comment X-Git-Tag: v8.0.0~966 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5db03fed36a3098d6077c30734becccf94b1de66;p=gc Fix typo in GC_build_fl_clear2 comment * new_hblk.c [!SMALL_CONFIG] (GC_build_fl_clear2): Fix a typo in comment ("to"). --- diff --git a/new_hblk.c b/new_hblk.c index ac6a118d..108bdc05 100644 --- a/new_hblk.c +++ b/new_hblk.c @@ -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) {