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

Unified Diff: pkg/compiler/lib/src/native/behavior.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
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) {

Powered by Google App Engine
This is Rietveld 408576698