summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-21 19:42:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-21 19:42:26 +0000
commit3ec52d9876ce24ba4f1c311403aec83e6cdf0b87 (patch)
tree78c0dfea14b1ba8ab023867e8c4414f46d106ee6 /tool
parentbe23c5b70229c51d034b51c483af85aded7fe911 (diff)
downloadruby-3ec52d9876ce24ba4f1c311403aec83e6cdf0b87.tar.gz
ruby-3ec52d9876ce24ba4f1c311403aec83e6cdf0b87.tar.xz
ruby-3ec52d9876ce24ba4f1c311403aec83e6cdf0b87.zip
* tool/instruction.rb (make_insn_operand_optimized): fixed typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 088505d63..653be0d4a 100755
--- a/tool/instruction.rb
+++ b/tool/instruction.rb
@@ -317,10 +317,10 @@ class RubyVM
defv << [opes[i], e]
}
- make_insn_operand_optimiized(insn, ninsn, nopes, defv)
+ make_insn_operand_optimized(insn, ninsn, nopes, defv)
end
- def make_insn_operand_optimiized orig_insn, name, opes, defopes
+ def make_insn_operand_optimized orig_insn, name, opes, defopes
comm = orig_insn.comm.dup
comm[:c] = 'optimize'
add_insn insn = Instruction.new(