| Index: src/assembler-arm.cc
|
| ===================================================================
|
| --- src/assembler-arm.cc (revision 1168)
|
| +++ src/assembler-arm.cc (working copy)
|
| @@ -1331,7 +1331,7 @@
|
| }
|
|
|
| // Write the position if it is different from what was written last time and
|
| - // also diferent from the written statement position.
|
| + // also different from the written statement position.
|
| if (current_position_ != written_position_ &&
|
| current_position_ != written_statement_position_) {
|
| CheckBuffer();
|
|
|