Chromium Code Reviews| Index: runtime/vm/intrinsifier_arm.cc |
| =================================================================== |
| --- runtime/vm/intrinsifier_arm.cc (revision 24294) |
| +++ runtime/vm/intrinsifier_arm.cc (working copy) |
| @@ -243,7 +243,7 @@ |
| __ StoreIntoObject(R0, |
| FieldAddress(R1, Array::data_offset()), |
| R2); |
| - // Caller is responsible of preserving the value if necessary. |
| + // Caller is responsible for preserving the value if necessary. |
| __ Ret(); |
| __ Bind(&fall_through); |
| return false; |