ruby-changes:1775
From: ko1@a...
Date: 25 Aug 2007 15:34:36 +0900
Subject: [ruby-changes:1775] nahi - Ruby:r13266 (trunk): * typo fixed (analysys -> analysis)
nahi 2007-08-25 15:34:28 +0900 (Sat, 25 Aug 2007)
New Revision: 13266
Modified files:
trunk/lib/vm/instruction.rb
Log:
* typo fixed (analysys -> analysis)
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/vm/instruction.rb?r1=13266&r2=13265
Index: lib/vm/instruction.rb
===================================================================
--- lib/vm/instruction.rb (revision 13265)
+++ lib/vm/instruction.rb (revision 13266)
@@ -788,7 +788,7 @@
}
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 @@
make_header_pc insn
make_header_popn insn
make_header_defines insn
- make_header_analysys insn
+ make_header_analysis insn
commit "{"
end
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml