Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(907)

Unified Diff: pkg/dev_compiler/test/codegen/BenchmarkBase.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698