summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 00:07:36 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 00:07:36 +0000
commitb410d32185926e337543a8224ea4058e22e8bdb6 (patch)
treeb88815427b5c6897f043a84b7d5ee3ec16b6edf2 /thread.c
parent3405411cc427291e13e2cf146b730ec1b3669dce (diff)
thread.c: fix obsoleted comment [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
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();
}