aboutsummaryrefslogtreecommitdiffstats
path: root/tool/instruction.rb
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-20 11:56:36 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-20 11:56:36 +0000
commit4b130154478808bb3dd8204e21060dd808e54fd2 (patch)
tree6a4c2ef68cf6bc56c5fab45763e9ae15ae5580c7 /tool/instruction.rb
parentced9ad5ab546d7ae478066a13116015033e2b485 (diff)
downloadruby-4b130154478808bb3dd8204e21060dd808e54fd2.tar.gz
* tool/instruction.rb : fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/instruction.rb')
-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