| Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart
|
| index 6d3de87bb788021113fc1f0acf0a82ba788f26a3..63c95c4272f16297b2e622c1bb93a5278e981f17 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart
|
| @@ -334,7 +334,7 @@ _setStaticTypes(f, names) => JS(
|
| /// methods: A function returning an object mapping method names
|
| /// to method types. The function is evaluated lazily and cached.
|
| /// statics: A function returning an object mapping static method
|
| -/// names to types. The function is evalutated lazily and cached.
|
| +/// names to types. The function is evaluated lazily and cached.
|
| /// names: An array of the names of the static methods. Used to
|
| /// permit eagerly setting the runtimeType field on the methods
|
| /// while still lazily computing the type descriptor object.
|
|
|