summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-10 07:13:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-10 07:13:04 +0000
commit1aa408971f36db70447c816a805ca97fc10a4b46 (patch)
tree592df8b24c84900c7c3a9781c15106fc0f5f23f5 /vm.c
parenta54832714d89dbd5f6a86d7d8abe270b59d364d8 (diff)
* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;