summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 584ecf7e15..a791371a3a 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1340,7 +1340,7 @@ proc_options(long argc, char **argv, ruby_cmdline_options_t *opt, int envopt)
opt->features |= FEATURE_BIT(jit);
setup_mjit_options(s + 3, &opt->mjit);
#else
- rb_warn("MJIT is disabled.");
+ rb_warn("MJIT support is disabled.");
#endif
}
else if (strcmp("yydebug", s) == 0) {