diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
| commit | 3b50d03ae9c188fdb90ee7a625ba155f665aa8e0 (patch) | |
| tree | 6c83191a7891bfb4449e4c61bcf944ae968319b7 /cont.c | |
| parent | 719e53d806d4ccc8ff28206dfb98cc8e75a2b3c1 (diff) | |
| download | ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.gz ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.xz ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.zip | |
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
| -rw-r--r-- | cont.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -683,7 +683,7 @@ rb_cont_call(int argc, VALUE *argv, VALUE contval) * 2 * FiberError: dead fiber called * - * The <code>Fiber#resume</code> method accepts an arbitary number of + * The <code>Fiber#resume</code> method accepts an arbitrary number of * parameters, if it is the first call to <code>resume</code> then they * will be passed as block arguments. Otherwise they will be the return * value of the call to <code>Fiber.yield</code> @@ -1042,7 +1042,7 @@ rb_fiber_m_resume(int argc, VALUE *argv, VALUE fib) * stopped or starting it if it was not resumed before. The calling * fiber will be suspended much like in a call to <code>Fiber.yield</code>. * - * The fiber which recieves the transfer call is treats it much like + * The fiber which receives the transfer call is treats it much like * a resume call. Arguments passed to transfer are treated like those * passed to resume. * |
