From 95eda367f1635ec273be9ec5e33b78f892d8de0c Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Fri, 11 Nov 2011 11:50:05 +0000 Subject: [PATCH] Fix mistake in comment for last revision. TBR=vegorov@chromium.org Review URL: http://codereview.chromium.org/8536011 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9967 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/heap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heap.cc b/src/heap.cc index c070299..f25a792 100644 --- a/src/heap.cc +++ b/src/heap.cc @@ -6443,7 +6443,7 @@ void Heap::FreeQueuedChunks() { chunk->address() + chunk->size() - 1); while (inner <= inner_last) { // Size of a large chunk is always a multiple of - // MemoryChunk::kAlignment so there is always + // OS::AllocateAlignment() so there is always // enough space for a fake MemoryChunk header. inner->set_size(Page::kPageSize); inner->set_owner(lo_space()); -- 2.7.4