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

Unified Diff: pkg/kernel/lib/transformations/treeshaker.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
« no previous file with comments | « pkg/kernel/lib/frontend/super_initializers.dart ('k') | pkg/testing/lib/src/run_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/transformations/treeshaker.dart
diff --git a/pkg/kernel/lib/transformations/treeshaker.dart b/pkg/kernel/lib/transformations/treeshaker.dart
index 1d89c66dfff675a8cc5302f8fb566dbc7d401b7f..dcfe35155604ceeae022db767fe0d6cc44fe1223 100644
--- a/pkg/kernel/lib/transformations/treeshaker.dart
+++ b/pkg/kernel/lib/transformations/treeshaker.dart
@@ -446,7 +446,7 @@ class TreeShaker {
Class class_ = root.getClass(table);
// This is a class which will be instantiated by non-Dart code (whether it
- // has a valid generative construtor or not).
+ // has a valid generative constructor or not).
_addInstantiatedClass(class_);
// We keep all the constructors of externally instantiated classes.
« no previous file with comments | « pkg/kernel/lib/frontend/super_initializers.dart ('k') | pkg/testing/lib/src/run_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698