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

Unified Diff: pkg/compiler/lib/src/inferrer/type_graph_nodes.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 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/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.
*/
« no previous file with comments | « pkg/compiler/lib/src/inferrer/locals_handler.dart ('k') | pkg/compiler/lib/src/io/position_information.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698