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 3d266c8a07bbf386a69f4cb721c359244656757d..949f6b85124a59a63a2cfb12f63ccb85b5a3102e 100644 |
--- a/pkg/dev_compiler/test/codegen/BenchmarkBase.dart |
+++ b/pkg/dev_compiler/test/codegen/BenchmarkBase.dart |
@@ -48,7 +48,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 |