ruby-changes:30096
From: kazu <ko1@a...>
Date: Wed, 24 Jul 2013 13:54:56 +0900 (JST)
Subject: [ruby-changes:30096] kazu:r42148 (trunk): fix typos
kazu 2013-07-24 13:53:51 +0900 (Wed, 24 Jul 2013) New Revision: 42148 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42148 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42147) +++ ChangeLog (revision 42148) @@ -70,9 +70,9 @@ Tue Jul 23 18:44:15 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L70 * 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@a...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/