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

ruby-changes:26003

From: kazu <ko1@a...>
Date: Fri, 30 Nov 2012 21:50:17 +0900 (JST)
Subject: [ruby-changes:26003] kazu:r38060 (trunk): fix typos

kazu	2012-11-30 21:50:05 +0900 (Fri, 30 Nov 2012)

  New Revision: 38060

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38059)
+++ ChangeLog	(revision 38060)
@@ -5,7 +5,7 @@
 
 Fri Nov 30 20:47:44 2012  Koichi Sasada  <ko1@a...>
 
-	* thread.c: TracePoint#self returns invoking/exitting thread object
+	* thread.c: TracePoint#self returns invoking/exiting thread object
 	  at thread_begin/end event.
 
 	* test/ruby/test_settracefunc.rb: fix test.
@@ -51,8 +51,8 @@
 	* thread.c: remove Thread.check_interrupt.
 	  This method is difficult to understand by name.
 
-	* thraed.c: add Thread.async_interrupted?.
-	  This method check any defered async interrupts.
+	* thread.c: add Thread.async_interrupted?.
+	  This method check any deferred async interrupts.
 
 	* test/ruby/test_thread.rb: change tests for above.
 
@@ -235,8 +235,8 @@
 
 	[EXPERIMENTAL: NEED DISCUSS]
 	* vm_trace.c: add events
-	  * :thread_begin - hook at thread beggining.
-	  * :thead_end - hook at thread ending.
+	  * :thread_begin - hook at thread beginning.
+	  * :thread_end - hook at thread ending.
 	  * :b_call - hook at block enter.
 	  * :b_return - hook at block leave.
 	  This change slow down block invocation.

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

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