From ad0ba0dc2739ebf54dd6df3e0f1d7bbe4712449f Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 12 Jan 2019 12:39:41 +0000 Subject: trivial fix r66778 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- mjit_worker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mjit_worker.c') diff --git a/mjit_worker.c b/mjit_worker.c index 10a101e8c4..9faeb100d8 100644 --- a/mjit_worker.c +++ b/mjit_worker.c @@ -202,9 +202,9 @@ static rb_nativethread_cond_t mjit_gc_wakeup; static bool in_gc; // True when JIT is working. static bool in_jit; -// Set to TRUE to stop worker. +// Set to true to stop worker. static bool stop_worker_p; -// Set to TRUE if worker is stopped. +// Set to true if worker is stopped. static bool worker_stopped; /* Path of "/tmp", which can be changed to $TMP in MinGW. */ -- cgit v1.2.3