Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart |
diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart |
index 5039be2da04c6537b84e557ff9e52cdd141e216a..8c9c6362ae18415d8d9520170b6fca4139a68d78 100644 |
--- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart |
+++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart |
@@ -18,7 +18,7 @@ final _typeObject = JS('', 'Symbol("typeObject")'); |
/// then the "classes" module manages the association between the |
/// instantiated class and the original class declaration |
/// and the type arguments with which it was instantiated. This |
-/// assocation can be queried via the "classes" module". |
+/// association can be queried via the "classes" module". |
/// |
/// - All other types are represented as instances of class TypeRep, |
/// defined in this module. |