summaryrefslogtreecommitdiff
path: root/tool/ruby_vm
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2020-11-06 18:13:53 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:26 -0400
commitb75169a44071b978b21e6e1815a25fef00d31ded (patch)
treee25139a9e8112f6dea29f9e1e55ec591cceb17b5 /tool/ruby_vm
parent6a9a516dc5c253c5609386ae70e2ac5c53423e2a (diff)
Fix typo
Diffstat (limited to 'tool/ruby_vm')
-rw-r--r--tool/ruby_vm/models/micro_jit.rb2
1 files changed, 1 insertions, 1 deletions
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)