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

ruby-changes:68669

From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:12:17 +0900 (JST)
Subject: [ruby-changes:68669] b75169a440 (master): Fix typo

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

From b75169a44071b978b21e6e1815a25fef00d31ded Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Fri, 6 Nov 2020 18:13:53 -0500
Subject: Fix typo

---
 tool/ruby_vm/models/micro_jit.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tool/ruby_vm/models/micro_jit.rb b/tool/ruby_vm/models/micro_jit.rb
index 54f2144503..9bbce73150 100644
--- a/tool/ruby_vm/models/micro_jit.rb
+++ b/tool/ruby_vm/models/micro_jit.rb
@@ -61,7 +61,7 @@ module RubyVM::MicroJIT https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/models/micro_jit.rb#L61
           return [split_line[3], Integer(split_line[0], 16)]
         end
       end
-      raise 'Failed to find section and offset for the the instruction address table'
+      raise 'Failed to find section and offset for the instruction address table'
     end
 
     def get_handler_offset(table_section, table_offset, insn_id)
-- 
cgit v1.2.1


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

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