| Index: pkg/compiler/lib/src/inferrer/locals_handler.dart
 | 
| diff --git a/pkg/compiler/lib/src/inferrer/locals_handler.dart b/pkg/compiler/lib/src/inferrer/locals_handler.dart
 | 
| index bf353799ee8826d9355daf64402b2e5b9fef4064..8ea792a05a0f36147005aadc55228914376fd13f 100644
 | 
| --- a/pkg/compiler/lib/src/inferrer/locals_handler.dart
 | 
| +++ b/pkg/compiler/lib/src/inferrer/locals_handler.dart
 | 
| @@ -430,7 +430,7 @@ class LocalsHandler {
 | 
|     * If [keepOwnLocals] is true, the types of locals in this
 | 
|     * [LocalsHandler] are being used in the merge. [keepOwnLocals]
 | 
|     * should be true if this [LocalsHandler], the dominator of
 | 
| -   * all [handlers], also direclty flows into the join point,
 | 
| +   * all [handlers], also directly flows into the join point,
 | 
|     * that is the code after all [handlers]. For example, consider:
 | 
|     *
 | 
|     * [: switch (...) {
 | 
| 
 |