mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e93e38d165
commit
a0dd4fc552
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue