summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-22 18:11:47 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-22 18:11:47 +0000
commit5c88e7840cd98548f7517b40209621d4f5bd2edb (patch)
tree2ec8321a928940c6dac49f0cfa90b2c831a7db9f /ChangeLog
parent3e6742cffe3d015d1128b9e665a00cee7b14177c (diff)
* ChangeLog: fix a typo for r51660.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51667 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 2e6d219acc..1c346b2aaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@ Sat Aug 22 15:43:12 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Aug 22 08:23:32 2015 Koichi Sasada <ko1@atdot.net>
* ext/thread/thread.c: move definitions of Queue, SizedQueue
- and ConditionalVariables to thread_tools.c. In other wowrds,
+ and ConditionalVariables to thread_tools.c. In other words,
such classes are built-in.
[Feature #8919]