Index: src/assembler-ia32.cc |
diff --git a/src/assembler-ia32.cc b/src/assembler-ia32.cc |
index f487c418d94d634ab52e2938b397134492905e51..3f663df20924a78e7164a936b49ccb95e85567aa 100644 |
--- a/src/assembler-ia32.cc |
+++ b/src/assembler-ia32.cc |
@@ -1990,7 +1990,7 @@ void Assembler::WriteRecordedPositions() { |
} |
// 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_) { |
EnsureSpace ensure_space(this); |