mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread.c: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
85bb412ef9
commit
0f020f7ca4
1 changed files with 2 additions and 2 deletions
4
thread.c
4
thread.c
|
@ -3770,7 +3770,7 @@ rb_thread_shield_wait(VALUE self)
|
|||
}
|
||||
|
||||
/*
|
||||
* Release a barrrier, and return true if it has waiting threads.
|
||||
* Release a thread shield, and return true if it has waiting threads.
|
||||
*/
|
||||
VALUE
|
||||
rb_thread_shield_release(VALUE self)
|
||||
|
@ -3781,7 +3781,7 @@ rb_thread_shield_release(VALUE self)
|
|||
}
|
||||
|
||||
/*
|
||||
* Release and destroy a barrrier, and return true if it has waiting threads.
|
||||
* Release and destroy a thread shield, and return true if it has waiting threads.
|
||||
*/
|
||||
VALUE
|
||||
rb_thread_shield_destroy(VALUE self)
|
||||
|
|
Loading…
Reference in a new issue