Index: runtime/vm/intermediate_language.h |
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
index 59eba0b5e5356f63e74b7f6e72af8b01a6e2d2df..881cd3c269a21288e3153223a920725f424acb9b 100644 |
--- a/runtime/vm/intermediate_language.h |
+++ b/runtime/vm/intermediate_language.h |
@@ -2112,7 +2112,7 @@ class ThrowInstr : public TemplateInstruction<0, Throws> { |
class ReThrowInstr : public TemplateInstruction<0, Throws> { |
public: |
// 'catch_try_index' can be CatchClauseNode::kInvalidTryIndex if the |
- // rethrow has been artifically generated by the parser. |
+ // rethrow has been artificially generated by the parser. |
ReThrowInstr(TokenPosition token_pos, intptr_t catch_try_index) |
: TemplateInstruction(Thread::Current()->GetNextDeoptId()), |
token_pos_(token_pos), |