Index: pkg/kernel/lib/transformations/async.dart |
diff --git a/pkg/kernel/lib/transformations/async.dart b/pkg/kernel/lib/transformations/async.dart |
index 526bab461235daf3e55f2ce9b7d349be336e7e67..8539f2d548eb329ff83e7eed8a9405a93446acae 100644 |
--- a/pkg/kernel/lib/transformations/async.dart |
+++ b/pkg/kernel/lib/transformations/async.dart |
@@ -48,7 +48,7 @@ class ExpressionLifter extends Transformer { |
/// |
/// If an expression should be named it is named before visiting its children |
/// so the naming assignment appears in the list before all statements |
- /// implementating the translation of the children. |
+ /// implementing the translation of the children. |
/// |
/// Children that are conditionally evaluated, such as some parts of logical |
/// and conditional expressions, must be delimited so that they do not emit |