| Index: src/arm/macro-assembler-arm.h
 | 
| ===================================================================
 | 
| --- src/arm/macro-assembler-arm.h	(revision 10402)
 | 
| +++ src/arm/macro-assembler-arm.h	(working copy)
 | 
| @@ -243,7 +243,7 @@
 | 
|                        Register scratch3,
 | 
|                        Label* object_is_white_and_not_data);
 | 
|  
 | 
| -  // Detects conservatively whether an object is data-only, ie it does need to
 | 
| +  // Detects conservatively whether an object is data-only, i.e. it does need to
 | 
|    // be scanned by the garbage collector.
 | 
|    void JumpIfDataObject(Register value,
 | 
|                          Register scratch,
 | 
| @@ -606,7 +606,7 @@
 | 
|    }
 | 
|  
 | 
|    // Check if the given instruction is a 'type' marker.
 | 
| -  // ie. check if is is a mov r<type>, r<type> (referenced as nop(type))
 | 
| +  // i.e. check if is is a mov r<type>, r<type> (referenced as nop(type))
 | 
|    // These instructions are generated to mark special location in the code,
 | 
|    // like some special IC code.
 | 
|    static inline bool IsMarkedCode(Instr instr, int type) {
 | 
| @@ -810,7 +810,7 @@
 | 
|    // Check if the map of an object is equal to a specified map and branch to
 | 
|    // label if not. Skip the smi check if not required (object is known to be a
 | 
|    // heap object). If mode is ALLOW_ELEMENT_TRANSITION_MAPS, then also match
 | 
| -  // against maps that are ElementsKind transition maps of the specificed map.
 | 
| +  // against maps that are ElementsKind transition maps of the specified map.
 | 
|    void CheckMap(Register obj,
 | 
|                  Register scratch,
 | 
|                  Handle<Map> map,
 | 
| @@ -908,7 +908,7 @@
 | 
|    // Truncates a double using a specific rounding mode.
 | 
|    // Clears the z flag (ne condition) if an overflow occurs.
 | 
|    // If exact_conversion is true, the z flag is also cleared if the conversion
 | 
| -  // was inexact, ie. if the double value could not be converted exactly
 | 
| +  // was inexact, i.e. if the double value could not be converted exactly
 | 
|    // to a 32bit integer.
 | 
|    void EmitVFPTruncate(VFPRoundingMode rounding_mode,
 | 
|                         SwVfpRegister result,
 | 
| @@ -1025,7 +1025,7 @@
 | 
|  
 | 
|    // Calls an API function.  Allocates HandleScope, extracts returned value
 | 
|    // from handle and propagates exceptions.  Restores context.  stack_space
 | 
| -  // - space to be unwound on exit (includes the call js arguments space and
 | 
| +  // - space to be unwound on exit (includes the call JS arguments space and
 | 
|    // the additional space allocated for the fast call).
 | 
|    void CallApiFunctionAndReturn(ExternalReference function, int stack_space);
 | 
|  
 | 
| 
 |