ruby-changes:40944
From: hsbt <ko1@a...>
Date: Thu, 10 Dec 2015 14:16:44 +0900 (JST)
Subject: [ruby-changes:40944] hsbt:r53023 (trunk): * cont.c: fix a double word typo.
hsbt 2015-12-10 14:16:17 +0900 (Thu, 10 Dec 2015) New Revision: 53023 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53023 Log: * cont.c: fix a double word typo. [Bug #11313][ruby-core:69749] Modified files: trunk/ChangeLog trunk/cont.c Index: ChangeLog =================================================================== --- ChangeLog (revision 53022) +++ ChangeLog (revision 53023) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Dec 10 14:15:59 2015 SHIBATA Hiroshi <hsbt@r...> + + * cont.c: fix a double word typo. + [Bug #11313][ruby-core:69749] + Thu Dec 10 14:13:34 2015 SHIBATA Hiroshi <hsbt@r...> * ext/tk/lib/multi-tk.rb: fix typos. Index: cont.c =================================================================== --- cont.c (revision 53022) +++ cont.c (revision 53023) @@ -1112,7 +1112,7 @@ rb_cont_call(int argc, VALUE *argv, VALU https://github.com/ruby/ruby/blob/trunk/cont.c#L1112 * 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 <code>Fiber#resume</code> method. * The code running inside the fiber can give up control by calling * <code>Fiber.yield</code> in which case it yields control back to caller -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/