aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-04 17:12:18 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-04 17:12:18 +0900
commitcf377c5556cb03f180a8bbc200fab0f04a540edb (patch)
tree52454210f50c4e0f6116df8ab9c4b0edb71534c7 /cont.c
parentffa9298076c4bfd1443b1231e1d7e7965ede5db9 (diff)
downloadruby-cf377c5556cb03f180a8bbc200fab0f04a540edb.tar.gz
Fix a typo [ci skip]
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 59e97474fc..63069b3f7c 100644
--- a/cont.c
+++ b/cont.c
@@ -2200,7 +2200,7 @@ rb_fiber_raise(int argc, VALUE *argv, VALUE fiber)
* a resume call. Arguments passed to transfer are treated like those
* passed to resume.
*
- * You cannot call +resume+ on a fiber that has been transfered to.
+ * You cannot call +resume+ on a fiber that has been transferred to.
* If you call +transfer+ on a fiber, and later call +resume+ on the
* the fiber, a +FiberError+ will be raised. Once you call +transfer+ on
* a fiber, the only way to resume processing the fiber is to