1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: fix a typo for r37938.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2012-11-28 17:56:39 +00:00
parent 7b6e26ae14
commit af6decf85e

View file

@ -29,7 +29,7 @@ Wed Nov 28 21:58:47 2012 Koichi Sasada <ko1@atdot.net>
meaning of function.
This function is called with same parameters of
`rb_thread_call_without_gvl()'.
However, if interrupts are detected, when return immediately.
However, if interrupts are detected, then return immediately.
* thread.c: implement `rb_thread_call_without_gvl2()'.