Index: src/interpreter/bytecode-generator.cc |
diff --git a/src/interpreter/bytecode-generator.cc b/src/interpreter/bytecode-generator.cc |
index 3c3c2843e45b39205bd6f33b982832c116451d50..cc908ccf30180e078eb7b1c6f1bc66136bd57226 100644 |
--- a/src/interpreter/bytecode-generator.cc |
+++ b/src/interpreter/bytecode-generator.cc |
@@ -1133,7 +1133,7 @@ void BytecodeGenerator::VisitForInStatement(ForInStatement* stmt) { |
Register cache_type = register_allocator()->NextConsecutiveRegister(); |
Register cache_array = register_allocator()->NextConsecutiveRegister(); |
Register cache_length = register_allocator()->NextConsecutiveRegister(); |
- // Used as kRegTriple8 and kRegPair8 in ForInPrepare and ForInNext. |
+ // Used as kRegTriple and kRegPair in ForInPrepare and ForInNext. |
USE(cache_array); |
builder()->ForInPrepare(cache_type); |