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

ruby-changes:7957

From: ko1 <ko1@a...>
Date: Tue, 23 Sep 2008 18:01:32 +0900 (JST)
Subject: [ruby-changes:7957] Ruby:r19479 (trunk): * thread.c (rb_thread_blocking_region): fix typo in a document.

ko1	2008-09-23 17:58:13 +0900 (Tue, 23 Sep 2008)

  New Revision: 19479

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

  Log:
    * thread.c (rb_thread_blocking_region): fix typo in a document.

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19478)
+++ ChangeLog	(revision 19479)
@@ -1,6 +1,10 @@
+Tue Sep 23 17:56:44 2008  Koichi Sasada  <ko1@a...>
+
+	* thread.c (rb_thread_blocking_region): fix typo in a document.
+
 Tue Sep 23 17:50:35 2008  Koichi Sasada  <ko1@a...>
 
-	* thread.c (rb_thread_blocking_region): write a document
+	* thread.c (rb_thread_blocking_region): write a document.
 
 Tue Sep 23 17:14:31 2008  Koichi Sasada  <ko1@a...>
 
Index: thread.c
===================================================================
--- thread.c	(revision 19478)
+++ thread.c	(revision 19479)
@@ -952,9 +952,10 @@
  *   If another thread interrupts this thread (Thread#kill, signal deliverly,
  *   VM-shutdown request, and so on), `ubf()' is called (`ubf()' means
  *   "un-blocking function").  `ubf()' should interrupt `func()' execution.
+ *
  *   There are built-in ubfs and you can specify these ubfs.
  *   However, we can not guarantee our built-in ubfs interrupt
- *   your `func()' correctly.  Becareful to use rb_thread_blocking_region().
+ *   your `func()' correctly.  Be careful to use rb_thread_blocking_region().
  *
  *     * RUBY_UBF_IO: ubf for IO operation
  *     * RUBY_UBF_PROCESS: ubf for process operation

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

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