From 963c1ebd12fd6e788b2aa77a157df22d027b3f70 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 569049ea..a92b4f5b 100644 --- a/mark_rts.c +++ b/mark_rts.c @@ -742,7 +742,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.50.1