From bd43e67e25e8eaacf92dbc91794625e9f1865a06 Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 27 Nov 2012 16:20:21 +0000 Subject: [PATCH] * ChangeLog: fix typos for r37867, r37874, r37877 and r37884. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef5d5d5599..57909c5a7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -99,7 +99,7 @@ Tue Nov 27 10:31:29 2012 KOSAKI Motohiro Tue Nov 27 09:29:11 2012 KOSAKI Motohiro - * thread.c (thread_join): raises ThreadError if target therad + * thread.c (thread_join): raises ThreadError if target thread is a main thread. * test/ruby/test_thread.rb (test_thread_join_main_thread): test for the above. @@ -126,7 +126,7 @@ Tue Nov 27 09:58:48 2012 Nobuyoshi Nakada Tue Nov 27 09:17:59 2012 Koichi Sasada - * NEWS: add TracePont. + * NEWS: add TracePoint. Tue Nov 27 08:16:03 2012 Koichi Sasada @@ -152,7 +152,7 @@ Tue Nov 27 07:58:03 2012 Koichi Sasada * `line' represents line calculated from cfp. * `file' represents line calculated from cfp. - * vm_trace.c: fix to use above data stractures. + * vm_trace.c: fix to use above data structures. No need to calculate klass and id, line and file pairs for each trace points. @@ -171,7 +171,7 @@ Tue Nov 27 00:13:41 2012 KOSAKI Motohiro * thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep): raises ThreadError if called from trap handler as Thread#join. - * NEWS: news fot the above. + * NEWS: news for the above. Mon Nov 26 23:55:33 2012 KOSAKI Motohiro