| Index: pkg/kernel/lib/transformations/treeshaker.dart
|
| diff --git a/pkg/kernel/lib/transformations/treeshaker.dart b/pkg/kernel/lib/transformations/treeshaker.dart
|
| index 1d89c66dfff675a8cc5302f8fb566dbc7d401b7f..dcfe35155604ceeae022db767fe0d6cc44fe1223 100644
|
| --- a/pkg/kernel/lib/transformations/treeshaker.dart
|
| +++ b/pkg/kernel/lib/transformations/treeshaker.dart
|
| @@ -446,7 +446,7 @@ class TreeShaker {
|
| Class class_ = root.getClass(table);
|
|
|
| // This is a class which will be instantiated by non-Dart code (whether it
|
| - // has a valid generative construtor or not).
|
| + // has a valid generative constructor or not).
|
| _addInstantiatedClass(class_);
|
|
|
| // We keep all the constructors of externally instantiated classes.
|
|
|