summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
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 2a43c8d2e3..a8250c3273 100644
--- a/cont.c
+++ b/cont.c
@@ -1884,7 +1884,7 @@ rb_fiber_initialize_kw(int argc, VALUE* argv, VALUE self, int kw_splat)
* # ... and so on ...
*
* if <tt>blocking: false</tt> is passed to the <tt>Fiber.new</tt>, _and_ current thread
- * has Fiber.scheduler defined, the Fiber becames non-blocking (see "Non-blocking
+ * has Fiber.scheduler defined, the Fiber becomes non-blocking (see "Non-blocking
* fibers" section in class docs).
*/
static VALUE