Revision: 9967 Author: [email protected] Date: Fri Nov 11 03:50:05 2011 Log: Fix mistake in comment for last revision.
[email protected] Review URL: http://codereview.chromium.org/8536011 http://code.google.com/p/v8/source/detail?r=9967 Modified: /branches/bleeding_edge/src/heap.cc ======================================= --- /branches/bleeding_edge/src/heap.cc Fri Nov 11 01:45:12 2011 +++ /branches/bleeding_edge/src/heap.cc Fri Nov 11 03:50:05 2011 @@ -6443,7 +6443,7 @@ 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()); -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
