Index: runtime/vm/intrinsifier.cc |
diff --git a/runtime/vm/intrinsifier.cc b/runtime/vm/intrinsifier.cc |
index 318642af0bfdf61234826a388b7d4f2ced16029b..c94fe26de5c37b97d5e560a53ec709c3a52b7f51 100644 |
--- a/runtime/vm/intrinsifier.cc |
+++ b/runtime/vm/intrinsifier.cc |
@@ -309,7 +309,7 @@ class BlockBuilder : public ValueObject { |
Instruction* AddInstruction(Instruction* instr) { |
if (instr->ComputeCanDeoptimize()) { |
// Since we use the presence of an environment to determine if an |
- // instructions can deoptimize, we need an empty enviroment for |
+ // instructions can deoptimize, we need an empty environment for |
// instructions that "deoptimize" to the intrinsic fall-through code. |
instr->SetEnvironment(fall_through_env_); |
} |