| 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 34a78f9954e3393a482bcd59066e63c3ddf6524e..c9ef7eeb36a8334be1988372ff04a6645a278c72 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -613,7 +613,7 @@ class SsaBuilder extends ast.Visitor
|
| }
|
|
|
| /**
|
| - * Try to inline [element] within the currect context of the builder. The
|
| + * Try to inline [element] within the correct context of the builder. The
|
| * insertion point is the state of the builder.
|
| */
|
| bool tryInlineMethod(Element element, Selector selector, TypeMask mask,
|
|
|