fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-07-22 16:09:03 +00:00
parent 480d11390d
commit c7eb973984

View File

@ -2,7 +2,7 @@ Sun Jul 22 23:58:48 2012 NARUSE, Yui <naruse@ruby-lang.org>
* thread.c (rb_threadptr_execute_interrupts_common): increase * thread.c (rb_threadptr_execute_interrupts_common): increase
running_time_us on THREAD_TO_KILL like on THREAD_RUNNABLE. running_time_us on THREAD_TO_KILL like on THREAD_RUNNABLE.
This cause not to siwtch from a thread which is to be killed This cause not to switch from a thread which is to be killed
on FreeBSD and Mac OS X. see also the test. on FreeBSD and Mac OS X. see also the test.
This issue maybe exist for long time but happens after r36430. This issue maybe exist for long time but happens after r36430.