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 236cfe974fe909c5671afd940276df47c0ff0086..3a38bda26a2d4e5600382c9f80fb593b145e4a20 100644 |
--- a/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart |
+++ b/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart |
@@ -619,7 +619,7 @@ class ParameterTypeInformation extends ElementTypeInformation { |
if (!inferrer.backend.canFunctionParametersBeUsedForGlobalOptimizations( |
element.functionDeclaration) || |
inferrer.annotations.assumeDynamic(declaration)) { |
- // Do not infer types for parameters that have a correspondign annotation |
+ // Do not infer types for parameters that have a corresponding annotation |
// or that are assigned by synthesized calls. |
giveUp(inferrer); |
return safeType(inferrer); |
@@ -1308,7 +1308,7 @@ class NarrowTypeInformation extends TypeInformation { |
/** |
* An [InferredTypeInformation] is a [TypeInformation] that |
- * defaults to the dynamic type until it is marked as beeing |
+ * defaults to the dynamic type until it is marked as being |
* inferred, at which point it computes its type based on |
* its assignments. |
*/ |