| Index: runtime/vm/snapshot_test.dart
|
| diff --git a/runtime/vm/snapshot_test.dart b/runtime/vm/snapshot_test.dart
|
| index 58c0b3b38c04a9c1182a2a28cf46a9ec25ef2342..c0da5286b966352362a743f1504d8c6fa9884b33 100644
|
| --- a/runtime/vm/snapshot_test.dart
|
| +++ b/runtime/vm/snapshot_test.dart
|
| @@ -731,7 +731,7 @@ class BenchmarkBase {
|
| // Not measured setup code executed prior to the benchmark runs.
|
| void setup() {}
|
|
|
| - // Not measures teardown code executed after the benchark runs.
|
| + // Not measures teardown code executed after the benchmark runs.
|
| void teardown() {}
|
|
|
| // Measures the score for this benchmark by executing it repeately until
|
|
|