summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-22 01:31:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-22 01:31:20 +0000
commit84586cc4b4fc0ca91f5bcaadcbb27029f49a7608 (patch)
tree7e0da48a2402718424e1995e05ad924832ab9269 /ChangeLog
parentfc952dcbd176514822295c61006ae7617ed7ad8d (diff)
ChangeLog: fix a typo
* ChangeLog: fix a usual typo, thraed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51662 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 e27b885242..24fd7f07ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@ Sat Aug 22 08:23:32 2015 Koichi Sasada <ko1@atdot.net>
Because other thread related classes are also defined under Thread.
We remain ::Mutex as Thread::Mutex. Only an inspect result is changed.
- * common.mk: add dependency from thread.o to thraed_tools.c.
+ * common.mk: add dependency from thread.o to thread_tools.c.
Sat Aug 22 05:31:37 2015 Koichi Sasada <ko1@atdot.net>