mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo
This commit is contained in:
parent
6a9a516dc5
commit
b75169a440
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue