ruby-changes:20806
From: mrkn <ko1@a...>
Date: Fri, 5 Aug 2011 10:11:21 +0900 (JST)
Subject: [ruby-changes:20806] mrkn:r32854 (trunk): * thread_pthread.c: fix typo.
mrkn 2011-08-05 10:11:12 +0900 (Fri, 05 Aug 2011) New Revision: 32854 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32854 Log: * thread_pthread.c: fix typo. Modified files: trunk/thread_pthread.c Index: thread_pthread.c =================================================================== --- thread_pthread.c (revision 32853) +++ thread_pthread.c (revision 32854) @@ -269,7 +269,7 @@ /* * 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 * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/