| Index: src/x64/macro-assembler-x64.cc
 | 
| diff --git a/src/x64/macro-assembler-x64.cc b/src/x64/macro-assembler-x64.cc
 | 
| index 079f9b057113ad9b08b7b43f9164cc78584c88f3..53c57ab9bd13b657c1602736fff34359ad437e5e 100644
 | 
| --- a/src/x64/macro-assembler-x64.cc
 | 
| +++ b/src/x64/macro-assembler-x64.cc
 | 
| @@ -4247,7 +4247,7 @@ void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg,
 | 
|  
 | 
|  
 | 
|  // Compute the hash code from the untagged key.  This must be kept in sync with
 | 
| -// ComputeIntegerHash in utils.h and KeyedLoadGenericElementStub in
 | 
| +// ComputeIntegerHash in utils.h and KeyedLoadGenericStub in
 | 
|  // code-stub-hydrogen.cc
 | 
|  void MacroAssembler::GetNumberHash(Register r0, Register scratch) {
 | 
|    // First of all we assign the hash seed to scratch.
 | 
| 
 |