fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-05-27 13:13:08 +00:00
parent 294f653163
commit 88a5f9372d

View File

@ -18,7 +18,7 @@ Fri May 27 15:07:32 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
warnings by old clang. warnings by old clang.
* include/ruby/ruby.h (rb_scan_args0): make extractor macros * include/ruby/ruby.h (rb_scan_args0): make extractor macros
inline functions, which do not varidate the format and are inline functions, which do not validate the format and are
unnecessary to be expanded. unnecessary to be expanded.
Fri May 27 01:00:36 2016 NARUSE, Yui <naruse@ruby-lang.org> Fri May 27 01:00:36 2016 NARUSE, Yui <naruse@ruby-lang.org>