ruby-changes:50882
From: yui-knk <ko1@a...>
Date: Wed, 4 Apr 2018 16:46:10 +0900 (JST)
Subject: [ruby-changes:50882] yui-knk:r63089 (trunk): gc.c: Fix a typo
yui-knk 2018-04-04 16:46:06 +0900 (Wed, 04 Apr 2018) New Revision: 63089 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63089 Log: gc.c: Fix a typo Pointed by hkdnet <satoko.itse@g...> Modified files: trunk/gc.c Index: gc.c =================================================================== --- gc.c (revision 63088) +++ gc.c (revision 63089) @@ -6623,7 +6623,7 @@ gc_enter(rb_objspace_t *objspace, const https://github.com/ruby/ruby/blob/trunk/gc.c#L6623 mjit_gc_start_hook(); during_gc = TRUE; - gc_report(1, objspace, "gc_entr: %s [%s]\n", event, gc_current_status(objspace)); + gc_report(1, objspace, "gc_enter: %s [%s]\n", event, gc_current_status(objspace)); gc_record(objspace, 0, event); gc_event_hook(objspace, RUBY_INTERNAL_EVENT_GC_ENTER, 0); /* TODO: which parameter should be passed? */ } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/