summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
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