From 88c78ef17cef59ef77fc3ca29f2f8ca9cd3ba6cc Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 10 Dec 2015 05:16:17 +0000 Subject: * cont.c: fix a double word typo. [Bug #11313][ruby-core:69749] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index 3278f6777b..24b1a4cb1f 100644 --- a/cont.c +++ b/cont.c @@ -1112,7 +1112,7 @@ rb_cont_call(int argc, VALUE *argv, VALUE contval) * comes with a small 4KB stack. This enables the fiber to be paused from deeply * nested function calls within the fiber block. * - * When a fiber is created it will not run automatically. Rather it must be + * When a fiber is created it will not run automatically. Rather it must * be explicitly asked to run using the Fiber#resume method. * The code running inside the fiber can give up control by calling * Fiber.yield in which case it yields control back to caller -- cgit v1.2.3