From be9d096cc9f6b7ca277123ba351f84f10be3458e Mon Sep 17 00:00:00 2001 From: drbrain Date: Wed, 29 Jun 2011 21:23:36 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ thread.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 310a7e362a..cab245149d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 30 06:23:28 2011 Eric Hodel + + * thread.c (ruby_thread_s_pass): Fix typo. + Thu Jun 30 06:16:53 2011 Eric Hodel * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentation 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