Skip to content

Commit

Permalink
Make Kraken fasta.
Browse files Browse the repository at this point in the history
  • Loading branch information
erik.corry@gmail.com committed Sep 26, 2012
1 parent 2c0f1c1 commit 98fea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/incremental-marking.h
Expand Up @@ -136,7 +136,7 @@ class IncrementalMarking {
// 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));
Expand Down

0 comments on commit 98fea2c

Please sign in to comment.