summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 07:19:18 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 07:19:18 +0000
commit0d546bd1ff9dd4ac57c7a2d37ef0e9653c0b3810 (patch)
tree3b03074a53dd587a0dd789230c62d0ab25f1a2eb /cont.c
parent3562d7bd8296addfa9fc1cc840c8de7d98ababf9 (diff)
merges r21145 from trunk into ruby_1_9_1.
* cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com> in [ruby-core:20921]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 22c7fb3720..c0db5083a8 100644
--- a/cont.c
+++ b/cont.c
@@ -611,7 +611,7 @@ rb_cont_call(int argc, VALUE *argv, VALUE contval)
*
* The <code>Fiber#resume</code> method accepts an arbitary number of
* parameters, if it is the first call to <code>resume</code> 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 <code>Fiber.yield</code>
*
* Example: