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

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

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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 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();
« no previous file with comments | « pkg/dev_compiler/lib/src/js_ast/builder.dart ('k') | pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698