summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-05 06:55:14 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-05 06:55:14 +0000
commit226a6048a6c5e2441b4e758b4f992bf677f6edd0 (patch)
treeddc6611594173d294ad512a2e15d9e0c9c8b8e99
parent0a52c6f3c370f1f44b5101760bd1caf7856f299f (diff)
downloadruby-226a6048a6c5e2441b4e758b4f992bf677f6edd0.tar.gz
ruby-226a6048a6c5e2441b4e758b4f992bf677f6edd0.tar.xz
ruby-226a6048a6c5e2441b4e758b4f992bf677f6edd0.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 16c7d0212..f425df19a 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 (?)