Index: benchmark/creation/node_cor.js
===================================================================
--- benchmark/creation/node_cor.js	(revision 2c3562ded40923b5043ab4ad639620e9eada1ff9)
+++ benchmark/creation/node_cor.js	(revision 5ad381b89a9bdf721500b0149a252171940668fe)
@@ -6,5 +6,5 @@
 function * coroutine() { yield }
 
-for ( var i = 0; i < times; i += 1 ) { // warm jit
+for ( var i = 0; i < times; i += 1 ) { // warm JIT
 	cor = coroutine()
 }
