Index: pkg/compiler/lib/src/inferrer/type_graph_nodes.dart |
diff --git a/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart b/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart |
index c7af3c96a39bd6c1fd26d61ec3527383f85b6ff3..236cfe974fe909c5671afd940276df47c0ff0086 100644 |
--- a/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart |
+++ b/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart |
@@ -765,7 +765,7 @@ class StaticCallSiteTypeInformation extends CallSiteTypeInformation { |
bool get isSynthesized { |
// Some calls do not have a corresponding selector, for example |
- // fowarding factory constructors, or synthesized super |
+ // forwarding factory constructors, or synthesized super |
// constructor calls. We synthesize these calls but do |
// not create a selector for them. |
return selector == null; |