aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index 74a7f59790..52da16f0df 100644
--- a/variable.c
+++ b/variable.c
@@ -2481,7 +2481,7 @@ rb_autoload_load(VALUE mod, ID id)
/*
* autoload_reset will wake up any threads added to this
- * iff the GVL is released during autoload_require
+ * if and only if the GVL is released during autoload_require
*/
list_head_init((struct list_head *)&state.waitq);
}