summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 15:05:15 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 15:05:15 +0000
commitf125ec9ac5cab7f5b063e90ebf53a6b7088f3ba8 (patch)
treed6b46a12ee838e46da8fbfb1c6a2f291d2d6f957 /ChangeLog
parentec7d935ce7292e88949d23fabdbc04a4b578a5d3 (diff)
* ChangeLog: fix a typo for r38063.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c0de2ebea..f91d251382 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,7 +26,7 @@ Fri Nov 30 22:44:14 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (thread_start_func_2): make sure vm->running_thread
don't point to dead thread.
- * thread.c (timer_thread_function): close a race against thead
+ * thread.c (timer_thread_function): close a race against thread
destruction. [Bug #4911][ruby-dev:43859]
* vm_core.h (rb_thread_set_current): reset running time of