Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Nov 17, 2015
1 parent fa4e516 commit a2f72ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Tue Nov 17 18:36:52 2015 Koichi Sasada <ko1@atdot.net>
* vm_method.c (method_definition_addref_complement): introduced.

def->alias_count is used to decide warn or do not warn at method
redefinition. Complented methods should not prevent redefiniton
warnings.
redefinition. Complemented method entries should not prevent
redefiniton warnings.

* vm_method.c (rb_method_definition_release): release def iff
alias_count == 0 && complemented_count == 0.
Expand Down

0 comments on commit a2f72ab

Please sign in to comment.