From 31dfe94360f3b65516ed9963c81d1760bd9fd4b6 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 29 Dec 2008 07:19:18 +0000 Subject: merges r21145 from trunk into ruby_1_9_1. * cont.c: small RDoc fix mentioned from in [ruby-core:20921]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ cont.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa37e631a..486e0e3f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +Mon Dec 29 07:15:16 2008 Yukihiro Matsumoto + + * cont.c: small RDoc fix mentioned from + in [ruby-core:20921]. + Mon Dec 29 03:43:25 2008 Koichi Sasada + * ruby.c (process_options): set th->base_block only while it is needed. [ruby-dev:37634] [Bug #939] diff --git a/cont.c b/cont.c index 22c7fb372..c0db5083a 100644 --- a/cont.c +++ b/cont.c @@ -611,7 +611,7 @@ rb_cont_call(int argc, VALUE *argv, VALUE contval) * * The Fiber#resume method accepts an arbitary number of * parameters, if it is the first call to resume then they - * will be passed as block arguments. Other wise they will be the return + * will be passed as block arguments. Otherwise they will be the return * value of the call to Fiber.yield * * Example: -- cgit