summaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 12:29:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 12:29:04 +0000
commitcc63a004f80b775c6758f6334759efb7d9fd0d11 (patch)
treea2272068a350822e18cc8d478b725668002383df /thread.c
parentd7055445204327f4bd2a89f73899a86aaaa2cc5e (diff)
downloadruby-cc63a004f80b775c6758f6334759efb7d9fd0d11.tar.gz
ruby-cc63a004f80b775c6758f6334759efb7d9fd0d11.tar.xz
ruby-cc63a004f80b775c6758f6334759efb7d9fd0d11.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index c154c057b..749864aae 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 (?)