summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 21:23:36 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 21:23:36 +0000
commitbe9d096cc9f6b7ca277123ba351f84f10be3458e (patch)
treecf3d223f40454b4972c0acf2342ac8c4167d6200 /thread.c
parente75e7fcc9f90d41ae14019c0f3b5d5048badbb5a (diff)
* thread.c (ruby_thread_s_pass): Fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/thread.c b/thread.c
index 13e3e6ecba..5ba711c5c5 100644
--- a/thread.c
+++ b/thread.c
@@ -1240,11 +1240,11 @@ ruby_thread_has_gvl_p(void)
}
/*
- * call-seq:
- * Thread.pass -> nil
+ * call-seq:
+ * Thread.pass -> nil
*
- * Take the thrad scheduler a hint to pass execution to another thread.
- * A running thread may or may not switch. It depend on OS and processor.
+ * Give the thread scheduler a hint to pass execution to another thread.
+ * A running thread may or may not switch, it depends on OS and processor.
*/
static VALUE