From 341c2370796928ae6f1ef3b5ca61af888d703a5d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 23 Dec 2016 19:10:33 +0300 Subject: [PATCH] Fix typo in GC_build_fl_clear2 comment * new_hblk.c [!SMALL_CONFIG] (GC_build_fl_clear2): Fix a typo in comment ("to"). --- new_hblk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0