| Index: src/snapshot/snapshot-common.cc
|
| diff --git a/src/snapshot/snapshot-common.cc b/src/snapshot/snapshot-common.cc
|
| index 6d760b5ed9eac78b3b88a4e11bbf732999f4b699..0e07cc149db25e8001ea176a04f8df5f6b9fad1a 100644
|
| --- a/src/snapshot/snapshot-common.cc
|
| +++ b/src/snapshot/snapshot-common.cc
|
| @@ -110,7 +110,7 @@ void CalculateFirstPageSizes(bool is_default_snapshot,
|
| }
|
| PrintF(
|
| "Deserialization will reserve:\n"
|
| - "%10d bytes for startup\n"
|
| + "%10d bytes per isolate\n"
|
| "%10d bytes per context\n",
|
| startup_total, context_total);
|
| }
|
|
|