Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index b7665d749d5ac7074656709604d3a1fba11c8399..653f8b65ee618564618932e642ba6b66772ce4ba 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2228,7 +2228,7 @@ bool Isolate::Init(Deserializer* des) { |
} |
if (create_heap_objects) { |
- // Terminate the cache array with the sentinel so we can iterate. |
+ // Terminate the partial snapshot cache so we can iterate. |
partial_snapshot_cache_.Add(heap_.undefined_value()); |
} |