summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-24 04:53:51 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-24 04:53:51 +0000
commita0dd4fc552b89572eec22b7a1ab274bdf7a67298 (patch)
treefc287ec9fa2a7b81da13279eb76a5552a0b881f5 /ChangeLog
parente93e38d165f510aefb541235491347bb69a80d62 (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d0d02f0c95..3879f5b51d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,9 +70,9 @@ Tue Jul 23 18:44:15 2013 Koichi Sasada <ko1@atdot.net>
* thread.c: add functions "rb_nativethread_lock_*".
- * thraed.c, thread_[pthread,win32].[ch]: rename rb_thread_lock_t
+ * thread.c, thread_[pthread,win32].[ch]: rename rb_thread_lock_t
to rb_nativethread_lock_t to make it clear that this lock is for
- native thraeds, not for ruby threads.
+ native threads, not for ruby threads.
Tue Jul 23 16:14:57 2013 Koichi Sasada <ko1@atdot.net>