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: v7.4.6~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2995b27ea2bd091833854008f4f89cbd44cb2bc;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) {