| Index: pkg/compiler/lib/src/ssa/codegen.dart
 | 
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
 | 
| index 8b9ab1691158179b1b3461361c14bd0d79f67fea..74cd875c5785c1c921595154168e576458ab170e 100644
 | 
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
 | 
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
 | 
| @@ -2205,7 +2205,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
 | 
|        Element element = work.element;
 | 
|        if (element is FunctionElement && element.asyncMarker.isYielding) {
 | 
|          // `return <expr>;` is illegal in a sync* or async* function.
 | 
| -        // To have the the async-translator working, we avoid introducing
 | 
| +        // To have the async-translator working, we avoid introducing
 | 
|          // `return` nodes.
 | 
|          pushStatement(new js.ExpressionStatement(value)
 | 
|              .withSourceInformation(sourceInformation));
 | 
| 
 |