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

ruby-changes:20258

From: drbrain <ko1@a...>
Date: Thu, 30 Jun 2011 06:23:42 +0900 (JST)
Subject: [ruby-changes:20258] drbrain:r32306 (trunk): * thread.c (ruby_thread_s_pass): Fix typo.

drbrain	2011-06-30 06:23:36 +0900 (Thu, 30 Jun 2011)

  New Revision: 32306

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

  Log:
    * thread.c (ruby_thread_s_pass):  Fix typo.

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32305)
+++ ChangeLog	(revision 32306)
@@ -1,3 +1,7 @@
+Thu Jun 30 06:23:28 2011  Eric Hodel  <drbrain@s...>
+
+	* thread.c (ruby_thread_s_pass):  Fix typo.
+
 Thu Jun 30 06:16:53 2011  Eric Hodel  <drbrain@s...>
 
 	* lib/rdoc:  Update to RDoc 3.8 which contains fixes for documentation
Index: thread.c
===================================================================
--- thread.c	(revision 32305)
+++ thread.c	(revision 32306)
@@ -1240,11 +1240,11 @@
 }
 
 /*
- *  call-seq:
- *     Thread.pass   -> nil
+ * call-seq:
+ *    Thread.pass   -> nil
  *
- * Take the thrad scheduler a hint to pass execution to another thread.
- * A running thread may or may not switch. It depend on OS and processor.
+ * Give the thread scheduler a hint to pass execution to another thread.
+ * A running thread may or may not switch, it depends on OS and processor.
  */
 
 static VALUE

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

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