From 1ad821cc779b99f79fa18c987ee3c63558c68b25 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Mon, 10 Jul 2017 15:45:49 +0200 Subject: [PATCH] [heap] Fix comment for Page in spaces.h Change-Id: Ib95ab0c5669fe344ff199cc6cad811e175bc8bb3 Reviewed-on: https://chromium-review.googlesource.com/565410 Reviewed-by: Ulan Degenbaev Commit-Queue: Albert Mingkun Yang Cr-Commit-Position: refs/heads/master@{#46520} --- src/heap/spaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heap/spaces.h b/src/heap/spaces.h index 13a483da66..36e3614ff8 100644 --- a/src/heap/spaces.h +++ b/src/heap/spaces.h @@ -736,7 +736,7 @@ inline intptr_t MarkingState::live_bytes() const { } // ----------------------------------------------------------------------------- -// A page is a memory chunk of a size 1MB. Large object pages may be larger. +// A page is a memory chunk of a size 512K. Large object pages may be larger. // // The only way to get a page pointer is by calling factory methods: // Page* p = Page::FromAddress(addr); or