From c7eb973984d71ae8dcb960e42134ee54a97c3a24 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 22 Jul 2012 16:09:03 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04810e0cc2..095fef2d01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Sun Jul 22 23:58:48 2012 NARUSE, Yui * thread.c (rb_threadptr_execute_interrupts_common): increase 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. This issue maybe exist for long time but happens after r36430.