aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 71d282d579..2cc8c5aaba 100644
--- a/vm.c
+++ b/vm.c
@@ -1216,7 +1216,7 @@ vm_exec(rb_thread_t *th)
vm_loop_start:
result = vm_exec_core(th, initial);
if ((state = th->state) != 0) {
-#ifdef __llvm__ /* LLVM optimization guard for TestEnumerator#test_nested_itaration */
+#ifdef __llvm__ /* LLVM optimization guard for TestEnumerator#test_nested_iteration */
(void)__extension__({rb_thread_t t = *th; t;});
#endif
err = result;