| Index: src/spaces-inl.h
|
| ===================================================================
|
| --- src/spaces-inl.h (revision 10402)
|
| +++ src/spaces-inl.h (working copy)
|
| @@ -248,7 +248,7 @@
|
|
|
|
|
| // Try linear allocation in the page of alloc_info's allocation top. Does
|
| -// not contain slow case logic (eg, move to the next page or try free list
|
| +// not contain slow case logic (e.g. move to the next page or try free list
|
| // allocation) so it can be used by all the allocation functions and for all
|
| // the paged spaces.
|
| HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) {
|
|
|