| Index: src/incremental-marking.h
|
| ===================================================================
|
| --- src/incremental-marking.h (revision 12609)
|
| +++ src/incremental-marking.h (working copy)
|
| @@ -136,7 +136,7 @@
|
| // guaranteed to be rescanned or not guaranteed to survive.
|
| //
|
| // No slots in white objects should be recorded, as some slots are typed and
|
| - // cannot be interpreted corrrectly if the underlying object does not survive
|
| + // cannot be interpreted correctly if the underlying object does not survive
|
| // the incremental cycle (stays white).
|
| INLINE(bool BaseRecordWrite(HeapObject* obj, Object** slot, Object* value));
|
| INLINE(void RecordWrite(HeapObject* obj, Object** slot, Object* value));
|
|
|