Index: pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart |
diff --git a/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart b/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart |
index 61300251613832180c7f06abfbecb5ebac667d7f..96afa306b0099f76b896faecdb4f7853f4c04e4f 100644 |
--- a/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart |
+++ b/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart |
@@ -120,7 +120,7 @@ class MethodNode { |
} |
/// Keeps track of the global state for the type inference that occurs outside |
-/// of method bodies and initalizers. |
+/// of method bodies and initializers. |
/// |
/// This class describes the interface for use by clients of type inference |
/// (e.g. DietListener). Derived classes should derive from |