From b75169a44071b978b21e6e1815a25fef00d31ded Mon Sep 17 00:00:00 2001 From: Alan Wu 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(-) (limited to 'tool/ruby_vm') 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 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.3