From f6b983cf851ad1f8ae96b6bc195725a06a4a154b 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: http://svn.ruby-lang.org/repos/ruby/trunk@13266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/vm/instruction.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/vm/instruction.rb b/lib/vm/instruction.rb index 5308f5b4a..fd8c0f06f 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