Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: pkg/compiler/lib/src/ssa/builder.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/serialization/values.dart ('k') | pkg/compiler/lib/src/ssa/builder_kernel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « pkg/compiler/lib/src/serialization/values.dart ('k') | pkg/compiler/lib/src/ssa/builder_kernel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698