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 e236975ddf5b6da00f6cf5abfb059a6202db4ff8..1f9faa888493704513cc15185c95f34f12b83933 100644 |
--- a/pkg/compiler/lib/src/native/behavior.dart |
+++ b/pkg/compiler/lib/src/native/behavior.dart |
@@ -257,7 +257,7 @@ class NativeBehavior { |
/// Each tag kind (including the 'type-tag's) can only occur once in the |
/// sequence. |
/// |
- /// [specString] is the specification string, [resolveType] resolves named |
+ /// [specString] is the specification string, [lookupType] resolves named |
/// types into type values, [typesReturned] and [typesInstantiated] collects |
/// the types defined by the specification string, and [objectType] and |
/// [nullType] define the types for `Object` and `Null`, respectively. The |