From b410d32185926e337543a8224ea4058e22e8bdb6 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 20 Nov 2018 00:07:36 +0000 Subject: thread.c: fix obsoleted comment [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread.c b/thread.c index 8420808c40..95fbcda203 100644 --- a/thread.c +++ b/thread.c @@ -4439,7 +4439,7 @@ rb_thread_atfork(void) /* We don't want reproduce CVE-2003-0900. */ rb_reset_random_seed(); - /* For child, starting MJIT worker thread in this place which is safer than `after_fork_ruby`. */ + /* For child, starting MJIT worker thread in this place which is safer than immediately after `after_fork_ruby`. */ mjit_child_after_fork(); } -- cgit v1.2.3