From a559d849a959dc4535747eef94916dd17da147f4 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 d0d2ba43..663cbe9c 100644 --- a/mark_rts.c +++ b/mark_rts.c @@ -754,7 +754,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