summaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-09 02:18:13 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-09 02:18:13 +0000
commit42565244845416a142b8e4fc12d6e52d22b8ab69 (patch)
tree9173c63e7af9f0267a2b1373ba61aa47557ce9fc /thread.c
parentd929825ab3b9d466556d3f93fc6f4eea1deb5890 (diff)
merges r21338 from trunk into ruby_1_9_1.
* rdoc update. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21398 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 f4a8ba271..bfcbb73f5 100644
--- a/thread.c
+++ b/thread.c
@@ -2082,7 +2082,7 @@ rb_thread_priority_set(VALUE thread, VALUE prio)
#if defined(NFDBITS) && defined(HAVE_RB_FD_INIT)
/*
- * several Unix platforms supports file descriptors bigger than FD_SETSIZE
+ * several Unix platforms support file descriptors bigger than FD_SETSIZE
* in select(2) system call.
*
* - Linux 2.2.12 (?)