Skip to content

Commit

Permalink
ruby.c: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 13, 2021
1 parent 8613c0c commit a692a15
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 @@ -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"),
Expand Down

0 comments on commit a692a15

Please sign in to comment.