Skip to content

Commit

Permalink
fix a warning message.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Oct 21, 2018
1 parent 40d0708 commit 543acfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 543acfa

Please sign in to comment.