[前][次][番号順一覧][スレッド一覧]

ruby-changes:24443

From: kazu <ko1@a...>
Date: Mon, 23 Jul 2012 01:09:13 +0900 (JST)
Subject: [ruby-changes:24443] kazu:r36494 (trunk): fix a typo

kazu	2012-07-23 01:09:03 +0900 (Mon, 23 Jul 2012)

  New Revision: 36494

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36494

  Log:
    fix a typo

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36493)
+++ ChangeLog	(revision 36494)
@@ -2,7 +2,7 @@
 
 	* 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.
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]