summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mjit_worker.c4
1 files changed, 2 insertions, 2 deletions
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. */