summaryrefslogtreecommitdiff
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
commitdc60d183e66325694e19055fe0ccddbb0b15392b (patch)
tree9173c63e7af9f0267a2b1373ba61aa47557ce9fc /thread.c
parentafd394ab43117b68652c89f72e8759355d92de46 (diff)
merges r21338 from trunk into ruby_1_9_1.
* rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/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 f4a8ba2714..bfcbb73f5a 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 (?)