From a0dd4fc552b89572eec22b7a1ab274bdf7a67298 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 24 Jul 2013 04:53:51 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file 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 * 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