From 783c4b1ca0e2e8207840044259cfe6f931c87a84 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 29 Dec 2016 00:19:14 +0300 Subject: [PATCH] Fix a typo in push_roots comment * mark_rts.c (GC_push_roots): Fix a typo in comment ("GC_push_one"). --- mark_rts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mark_rts.c b/mark_rts.c index 067e86d8..a06ce89c 100644 --- a/mark_rts.c +++ b/mark_rts.c @@ -755,7 +755,7 @@ STATIC void GC_push_regs_and_stack(ptr_t cold_gc_frame) } /* - * Call the mark routines (GC_tl_push for a single pointer, + * Call the mark routines (GC_push_one for a single pointer, * GC_push_conditional on groups of pointers) on every top level * accessible pointer. * If all is FALSE, arrange to push only possibly altered values. -- 2.40.0