From 42e5dc2cc00d7f4807677986ac4cfea0a23b007b Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Wed, 26 Sep 2012 09:01:13 +0000 Subject: [PATCH] Make Kraken fasta. Review URL: https://chromiumcodereview.appspot.com/10978040 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12611 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/incremental-marking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/incremental-marking.h b/src/incremental-marking.h index 0eeb5df..f9e2706 100644 --- a/src/incremental-marking.h +++ b/src/incremental-marking.h @@ -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)); -- 2.7.4