From dd830fab6982dfbfd0667f025e823b097af42f71 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 10 May 2020 18:40:47 +0900 Subject: Fixed a typo --- template/builtin_binary.inc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/builtin_binary.inc.tmpl b/template/builtin_binary.inc.tmpl index e3941d8978..787ced5f3d 100644 --- a/template/builtin_binary.inc.tmpl +++ b/template/builtin_binary.inc.tmpl @@ -2,7 +2,7 @@ // DO NOT MODIFY THIS FILE DIRECTLY. // auto-generated file by tool/generic_erb.rb // with template/builtin_binary.inc.tmpl -% unless ARGV.include?('--corss=yes') +% unless ARGV.include?('--cross=yes') % ary = RubyVM.enum_for(:each_builtin).to_a % ary.each{|feature, iseq| -- cgit v1.2.3