From 9b425aed7af824e030cb2ad83d85d3d586d13559 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:52:07 +0000 Subject: [PATCH] merges r20917 from trunk into ruby_1_9_1. rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread.c b/thread.c index 04138cb879..31138611e3 100644 --- a/thread.c +++ b/thread.c @@ -2006,7 +2006,7 @@ rb_thread_priority_set(VALUE thread, VALUE prio) #if defined(NFDBITS) && defined(HAVE_RB_FD_INIT) /* - * several Unix platform supports file descriptors bigger than FD_SETSIZE + * several Unix platforms supports file descriptors bigger than FD_SETSIZE * in select(2) system call. * * - Linux 2.2.12 (?)