* ChangeLog: fix a typo of r37243.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2012-10-17 13:36:45 +00:00
Родитель 14d59c122f
Коммит bff930ccf4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@ Wed Oct 17 16:03:54 2012 Koichi Sasada <ko1@atdot.net>
if it can be cached.
* vm_core.h (rb_call_info_t): add new field
`rb_call_info_t::aux::missing_reasion' to pass the reason to
`rb_call_info_t::aux::missing_reason' to pass the reason to
`vm_call_method_missing()'.
Wed Oct 17 15:33:12 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>