summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:52:07 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:52:07 +0000
commit9b425aed7af824e030cb2ad83d85d3d586d13559 (patch)
tree341ba25ccd51270d915005ac3bde2dff1a4aa9c3 /thread.c
parentd4bd94f244d8a719bd9764819056e8b530ad0bea (diff)
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
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 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 (?)