Index: pkg/compiler/lib/src/ssa/builder.dart |
diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart |
index 1411cde5d64c673b8c6e71bcfea960ebf49d508d..c0902ed97444e08db5e5dc68c5a0cc9f7f1e92e5 100644 |
--- a/pkg/compiler/lib/src/ssa/builder.dart |
+++ b/pkg/compiler/lib/src/ssa/builder.dart |
@@ -6230,7 +6230,7 @@ class SsaAstGraphBuilder extends ast.Visitor |
endFinallyBlock.addSuccessor(exitBlock); |
// If a block inside try/catch aborts (eg with a return statement), |
- // we explicitely mark this block a predecessor of the catch |
+ // we explicitly mark this block a predecessor of the catch |
// block and the finally block. |
addExitTrySuccessor(startFinallyBlock); |
@@ -6438,7 +6438,7 @@ class SsaAstGraphBuilder extends ast.Visitor |
} |
// If a block inside try/catch aborts (eg with a return statement), |
- // we explicitely mark this block a predecessor of the catch |
+ // we explicitly mark this block a predecessor of the catch |
// block and the finally block. |
addExitTrySuccessor(startCatchBlock); |
addExitTrySuccessor(startFinallyBlock); |