| Index: src/x87/code-stubs-x87.cc
 | 
| diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc
 | 
| index ee76eb9cd10c3220be2fc27fffceea924ef2b166..b5b6ba0ad2c1f90aff5189cec7552be71e51a683 100644
 | 
| --- a/src/x87/code-stubs-x87.cc
 | 
| +++ b/src/x87/code-stubs-x87.cc
 | 
| @@ -2240,7 +2240,7 @@ void CEntryStub::Generate(MacroAssembler* masm) {
 | 
|    // edi: number of arguments including receiver  (C callee-saved)
 | 
|    // esi: pointer to the first argument (C callee-saved)
 | 
|  
 | 
| -  // Result returned in eax, or eax+edx if result_size_ is 2.
 | 
| +  // Result returned in eax, or eax+edx if result size is 2.
 | 
|  
 | 
|    // Check stack alignment.
 | 
|    if (FLAG_debug_code) {
 | 
| 
 |