Index: benchmark/creation/node_cor.js
===================================================================
--- benchmark/creation/node_cor.js	(revision eef8dfb77fab582e377f7d45c1dca2dc31630bd9)
+++ benchmark/creation/node_cor.js	(revision 58fe85a783c7d674af3da0f1fd03f42ef7f11be5)
@@ -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()
 }
Index: benchmark/ctxswitch/node_cor.js
===================================================================
--- benchmark/ctxswitch/node_cor.js	(revision eef8dfb77fab582e377f7d45c1dca2dc31630bd9)
+++ benchmark/ctxswitch/node_cor.js	(revision 58fe85a783c7d674af3da0f1fd03f42ef7f11be5)
@@ -11,5 +11,5 @@
 cor = coroutine()
 
-for ( var i = 0; i < times; i += 1 ) { // warm git
+for ( var i = 0; i < times; i += 1 ) { // warm JIT
 	cor.next();
 }
