Index: src/serialize.h |
diff --git a/src/serialize.h b/src/serialize.h |
index 4bbde5a15ba58d71ffaf32e8a860751ac5140b9a..e0bcf4e18706be56363be70269c4b96b85af3c55 100644 |
--- a/src/serialize.h |
+++ b/src/serialize.h |
@@ -638,7 +638,7 @@ class StartupSerializer : public Serializer { |
// Serialize the current state of the heap. The order is: |
// 1) Strong references. |
// 2) Partial snapshot cache. |
- // 3) Weak references (e.g. the symbol table). |
+ // 3) Weak references (e.g. the string table). |
virtual void SerializeStrongReferences(); |
virtual void SerializeObject(Object* o, |
HowToCode how_to_code, |