summaryrefslogtreecommitdiff
path: root/thread.c
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
commit38c5409667d7504e3d66572f2e065a7152a796a8 (patch)
treeddc6611594173d294ad512a2e15d9e0c9c8b8e99 /thread.c
parent8f86bc858fa507c2d4c3dba065c7908b8c4eb203 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21338 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 16c7d0212c..f425df19a8 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 (?)