mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread_pthread.c: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3434676e9e
commit
2205687ccf
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ native_cond_destroy(rb_thread_cond_t *cond)
|
|||
|
||||
/*
|
||||
* In OS X 10.7 (Lion), pthread_cond_signal and pthread_cond_broadcast return
|
||||
* EAGAIN after retrying 8196 times. You can see them in the following page:
|
||||
* EAGAIN after retrying 8192 times. You can see them in the following page:
|
||||
*
|
||||
* http://www.opensource.apple.com/source/Libc/Libc-763.11/pthreads/pthread_cond.c
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue