mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* typo fixed (analysys -> analysis)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8bbac3ba77
commit
7eeabe2f58
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue