| Index: src/arm/macro-assembler-arm.h
 | 
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
 | 
| index 16c1b803842b864bdcbb3f84371130c164adc589..73bc072dea6e3c4c6e4113b506054d3b746c9612 100644
 | 
| --- a/src/arm/macro-assembler-arm.h
 | 
| +++ b/src/arm/macro-assembler-arm.h
 | 
| @@ -709,7 +709,7 @@ class MacroAssembler: public Assembler {
 | 
|    // ---------------------------------------------------------------------------
 | 
|    // Allocation support
 | 
|  
 | 
| -  // Allocate an object in new space or old space. The object_size is
 | 
| +  // Allocate an object in new space or old pointer space. The object_size is
 | 
|    // specified either in bytes or in words if the allocation flag SIZE_IN_WORDS
 | 
|    // is passed. If the space is exhausted control continues at the gc_required
 | 
|    // label. The allocated object is returned in result. If the flag
 | 
| 
 |