From 5688d2b2dd30535cfe10dc33dc140516d8c2c993 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 11 Apr 2012 23:56:06 +0400 Subject: Fix a typo in comment inside GC_finalized_malloc --- fnlz_mlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnlz_mlc.c') diff --git a/fnlz_mlc.c b/fnlz_mlc.c index 763d3b0c..5017a700 100644 --- a/fnlz_mlc.c +++ b/fnlz_mlc.c @@ -102,7 +102,7 @@ GC_API void GC_CALL GC_register_disclaim_proc(int kind, GC_disclaim_proc proc, op = GC_generic_malloc((word)lb, GC_finalized_kind); if (NULL == op) return NULL; - /* GC_generic_malloc have have extended the size map for us. */ + /* GC_generic_malloc has extended the size map for us. */ lg = GC_size_map[lb]; } else { *opp = obj_link(op); -- cgit v1.2.1