Index: src/x64/macro-assembler-x64.cc |
=================================================================== |
--- src/x64/macro-assembler-x64.cc (revision 2201) |
+++ src/x64/macro-assembler-x64.cc (working copy) |
@@ -533,7 +533,7 @@ |
movq(rsi, FieldOperand(function, JSFunction::kContextOffset)); |
movl(rbx, FieldOperand(rdx, SharedFunctionInfo::kFormalParameterCountOffset)); |
movq(rdx, FieldOperand(rdx, SharedFunctionInfo::kCodeOffset)); |
- // Advances rdx to the end of the Code object headers, to the start of |
+ // Advances rdx to the end of the Code object header, to the start of |
// the executable code. |
lea(rdx, FieldOperand(rdx, Code::kHeaderSize)); |