| Index: pkg/compiler/lib/src/native/behavior.dart | 
| diff --git a/pkg/compiler/lib/src/native/behavior.dart b/pkg/compiler/lib/src/native/behavior.dart | 
| index 3c950cc9e54d2ec935f0faf427feefbc786ebd36..ea4e80f95c1b4072473d71a64c1d738db43baea3 100644 | 
| --- a/pkg/compiler/lib/src/native/behavior.dart | 
| +++ b/pkg/compiler/lib/src/native/behavior.dart | 
| @@ -907,7 +907,7 @@ abstract class BehaviorBuilder { | 
| return types; | 
| } | 
|  | 
| -  /// Models the behavior of having intances of [type] escape from Dart code | 
| +  /// Models the behavior of having instances of [type] escape from Dart code | 
| /// into native code. | 
| void _escape(DartType type) { | 
| if (type is ResolutionDartType) { | 
|  |