summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-12-10 17:21:37 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-12-13 10:29:08 +0900
commita692a1597fb1fdd1ed1394c582ab73ef75817fb7 (patch)
tree425a8b01311ac1cfb334d30b743dfa54d206c81d /ruby.c
parent8613c0c6758b8d560b2461bd540c815d28fcf844 (diff)
ruby.c: Fix typo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4784
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 09b7c770cf..80ddc86bef 100644
--- a/ruby.c
+++ b/ruby.c
@@ -332,7 +332,7 @@ usage(const char *name, int help, int highlight, int columns)
};
static const struct message dumps[] = {
M("insns", "", "instruction sequences"),
- M("insns_without_out", "", "instruction sequences compiled with no optimization"),
+ M("insns_without_opt", "", "instruction sequences compiled with no optimization"),
M("yydebug", "", "yydebug of yacc parser generator"),
M("parsetree", "", "AST"),
M("parsetree_with_comment", "", "AST with comments"),