| Index: pkg/dev_compiler/test/codegen/BenchmarkBase.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/BenchmarkBase.dart b/pkg/dev_compiler/test/codegen/BenchmarkBase.dart
|
| index 949f6b85124a59a63a2cfb12f63ccb85b5a3102e..c6612c76dbe179ac6581a17a7be1b949ea650c29 100644
|
| --- a/pkg/dev_compiler/test/codegen/BenchmarkBase.dart
|
| +++ b/pkg/dev_compiler/test/codegen/BenchmarkBase.dart
|
| @@ -38,7 +38,7 @@ class BenchmarkBase {
|
| run();
|
| }
|
|
|
| - // Exercices the benchmark. By default invokes [run] 10 times.
|
| + // Exercises the benchmark. By default invokes [run] 10 times.
|
| void exercise() {
|
| for (int i = 0; i < 10; i++) {
|
| run();
|
|
|