summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-09-07 13:04:31 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:40 -0400
commita1d42c37f4d849db71561e2ca60eb279719f6172 (patch)
treeb030e0880492d7ea268ba3e31aa5a13c6635842d
parent234ab816bacd3b9d7895d1acacaee28e0ade4166 (diff)
Update ruby.c
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index b523aee7da..3ecbff8170 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1841,7 +1841,7 @@ process_options(int argc, char **argv, ruby_cmdline_options_t *opt)
#endif
if (opt->features.set & FEATURE_BIT(yjit)) {
if (opt->mjit.on) {
- rb_warn("MJIT and YJIT are both enabled at the same time. Exiting");
+ rb_warn("MJIT and YJIT cannot both be enabled at the same time. Exiting");
exit(1);
}
rb_yjit_init(&opt->yjit);