diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-25 11:32:03 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-25 11:32:42 +0900 |
commit | 27ead9907db12a6ff955cd86a15a62ff1f064392 (patch) | |
tree | 0e84cf88cf58b39f59e72134d26cb0f6698dd2b5 /lib | |
parent | 7002e776944ddfd362cea253d18d02bc250fe9f7 (diff) |
Typofix under lib and test, tool directories
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ruby_vm/rjit/insn_compiler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ruby_vm/rjit/insn_compiler.rb b/lib/ruby_vm/rjit/insn_compiler.rb index feca1b1cb4..c3a3e31f24 100644 --- a/lib/ruby_vm/rjit/insn_compiler.rb +++ b/lib/ruby_vm/rjit/insn_compiler.rb @@ -2728,7 +2728,7 @@ module RubyVM::RJIT sample_rhs = jit.peek_at_stack(0) sample_lhs = jit.peek_at_stack(1) - # We are not allowing module here because the module hierachy can change at runtime. + # We are not allowing module here because the module hierarchy can change at runtime. if C.RB_TYPE_P(sample_rhs, C::RUBY_T_CLASS) return false end |