Index: src/ia32/macro-assembler-ia32.cc |
diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc |
index 7782aa95c6eb6878d941642b17c3757f0faeeee6..e362cd3c5b00f04b7b34dd5a0289f70a01675930 100644 |
--- a/src/ia32/macro-assembler-ia32.cc |
+++ b/src/ia32/macro-assembler-ia32.cc |
@@ -82,8 +82,8 @@ static void RecordWriteHelper(MacroAssembler* masm, |
// page_start + kObjectStartOffset + objectSize |
// where objectSize is FixedArray::kHeaderSize + kPointerSize * array_length. |
// Add the delta between the end of the normal RSet and the start of the |
- // extra RSet to 'object', so that addressing the bit using 'pointer_offset' |
- // hits the extra RSet words. |
+ // extra RSet to 'page_start', so that addressing the bit using |
+ // 'pointer_offset' hits the extra RSet words. |
masm->lea(page_start, |
Operand(page_start, array_length, times_pointer_size, |
Page::kObjectStartOffset + FixedArray::kHeaderSize |