summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/instruction.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/instruction.rb b/tool/instruction.rb
index 9dbc3ae6b8..0e992e02c6 100755
--- a/tool/instruction.rb
+++ b/tool/instruction.rb
@@ -816,7 +816,7 @@ class RubyVM
commit " POPN(#{@popn});" if @popn > 0
end
- def make_hader_debug insn
+ def make_header_debug insn
comment " /* for debug */"
commit " DEBUG_ENTER_INSN(\"#{insn.name}\");"
end
@@ -869,7 +869,7 @@ class RubyVM
make_header_stack_pops insn
make_header_temporary_vars insn
#
- make_hader_debug insn
+ make_header_debug insn
make_header_pc insn
make_header_popn insn
make_header_defines insn