From 2205687ccf6caf2d7b9998478751508afba707c6 Mon Sep 17 00:00:00 2001 From: mrkn Date: Fri, 5 Aug 2011 01:11:12 +0000 Subject: * thread_pthread.c: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_pthread.c') 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 * -- cgit v1.2.3