From 7eeabe2f589de5272acae6c37a07ab2d9fa1ff7e Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 25 Aug 2007 06:34:28 +0000 Subject: * typo fixed (analysys -> analysis) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/vm/instruction.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/vm') diff --git a/lib/vm/instruction.rb b/lib/vm/instruction.rb index 5308f5b4a7..fd8c0f06f2 100644 --- a/lib/vm/instruction.rb +++ b/lib/vm/instruction.rb @@ -788,7 +788,7 @@ module RubyVM } end - def make_header_analysys insn + def make_header_analysis insn commit " USAGE_ANALYSIS_INSN(BIN(#{insn.name}));" insn.opes.each_with_index{|op, i| commit " USAGE_ANALYSIS_OPERAND(BIN(#{insn.name}), #{i}, #{op[1]});" @@ -853,7 +853,7 @@ module RubyVM make_header_pc insn make_header_popn insn make_header_defines insn - make_header_analysys insn + make_header_analysis insn commit "{" end -- cgit v1.2.3