fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-08-04 15:36:18 +00:00
parent 63ee970ffb
commit 759538dafb

View File

@ -5,7 +5,7 @@ Tue Aug 4 16:40:26 2015 Koichi Sasada <ko1@atdot.net>
Tue Aug 04 15:30:04 2015 Koichi Sasada <ko1@atdot.net> Tue Aug 04 15:30:04 2015 Koichi Sasada <ko1@atdot.net>
* proc.c (rb_block_clear_env_self): clear by Qfalse intead of Qnil. * proc.c (rb_block_clear_env_self): clear by Qfalse instead of Qnil.
[Bug #11409] [Bug #11409]
* test/ruby/test_eval.rb: add tests for this issue, * test/ruby/test_eval.rb: add tests for this issue,