From 543acfabdc10420c1076dafb01c2a125e5fa7174 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 21 Oct 2018 02:38:26 +0000 Subject: fix a warning message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3