| Index: runtime/vm/snapshot_test.dart
|
| diff --git a/runtime/vm/snapshot_test.dart b/runtime/vm/snapshot_test.dart
|
| index c0da5286b966352362a743f1504d8c6fa9884b33..8c0d8d9b6ebe2496198a95d7023f2a9fa82b195a 100644
|
| --- a/runtime/vm/snapshot_test.dart
|
| +++ b/runtime/vm/snapshot_test.dart
|
| @@ -721,7 +721,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();
|
|
|