| Index: pkg/compiler/lib/src/ssa/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
|
| index 95fa2568e9cd073d0ae786314ed2370aa38bcb2f..bf90d8e44280613979932408bb2cdebcd8d8dd96 100644
|
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
|
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
|
| @@ -834,7 +834,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| js.Loop loop;
|
|
|
| switch (info.kind) {
|
| - // Treate all three "test-first" loops the same way.
|
| + // Treat all three "test-first" loops the same way.
|
| case HLoopBlockInformation.FOR_LOOP:
|
| case HLoopBlockInformation.WHILE_LOOP:
|
| case HLoopBlockInformation.FOR_IN_LOOP:
|
|
|