]> granicus.if.org Git - gc/commitdiff
Fix a typo in push_roots comment
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Dec 2016 21:19:14 +0000 (00:19 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Dec 2016 21:19:14 +0000 (00:19 +0300)
* mark_rts.c (GC_push_roots): Fix a typo in comment ("GC_push_one").

mark_rts.c

index 067e86d8763506a981c3164a0110deea0ff22c20..a06ce89c2e0322f148c4ea6d2c9729e801826395 100644 (file)
@@ -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.