summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 12:50:05 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 12:50:05 +0000
commit759619ca864077a8508afcd04a514eb2ff629d3a (patch)
tree9d0003a90deb0c5d17d17972637dfe0df0c4f63b /ChangeLog
parentd07346a1021039cc239bffd9286f03f13f5098d0 (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8373d5e77a..6701bcc909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Fri Nov 30 21:07:56 2012 NAKAMURA Usaku <usa@ruby-lang.org>
Fri Nov 30 20:47:44 2012 Koichi Sasada <ko1@atdot.net>
- * 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 @@ Fri Nov 30 18:23:26 2012 Koichi Sasada <ko1@atdot.net>
* 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 @@ Fri Nov 30 07:21:33 2012 Koichi Sasada <ko1@atdot.net>
[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.