[前][次][番号順一覧][スレッド一覧]

ruby-changes:70168

From: Yusuke <ko1@a...>
Date: Mon, 13 Dec 2021 10:29:21 +0900 (JST)
Subject: [ruby-changes:70168] a692a1597f (master): ruby.c: Fix typo

https://git.ruby-lang.org/ruby.git/commit/?id=a692a1597f

From a692a1597fb1fdd1ed1394c582ab73ef75817fb7 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Fri, 10 Dec 2021 17:21:37 +0900
Subject: ruby.c: Fix typo

---
 ruby.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby.c b/ruby.c
index 09b7c770cf5..80ddc86bef7 100644
--- a/ruby.c
+++ b/ruby.c
@@ -332,7 +332,7 @@ usage(const char *name, int help, int highlight, int columns) https://github.com/ruby/ruby/blob/trunk/ruby.c#L332
     };
     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"),
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]