| Index: src/heap/spaces.h
|
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h
|
| index cc7e63001b7abf620adcf4828499030e1ed636c1..7a1190217e8d50736eacd4c726a04d1a445229f0 100644
|
| --- a/src/heap/spaces.h
|
| +++ b/src/heap/spaces.h
|
| @@ -2013,7 +2013,7 @@ class NewSpacePage : public MemoryChunk {
|
|
|
| Address address() { return reinterpret_cast<Address>(this); }
|
|
|
| - // Finds the NewSpacePage containg the given address.
|
| + // Finds the NewSpacePage containing the given address.
|
| static inline NewSpacePage* FromAddress(Address address_in_page) {
|
| Address page_start =
|
| reinterpret_cast<Address>(reinterpret_cast<uintptr_t>(address_in_page) &
|
|
|