summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-05 01:11:12 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-05 01:11:12 +0000
commit2205687ccf6caf2d7b9998478751508afba707c6 (patch)
tree246611d52ab6066534f432998660c16173ed823c /thread_pthread.c
parent3434676e9e3c87c39fe4a8c411a041449efc7446 (diff)
* thread_pthread.c: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 32109e8ab9..6d700051a8 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -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
*