| Index: runtime/vm/parser.cc
 | 
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
 | 
| index 0ace98bb47bb890adbf83034b8b29c30ea99aef4..6041b49aa666975f668883c70cfca3d8e0d8ca3c 100644
 | 
| --- a/runtime/vm/parser.cc
 | 
| +++ b/runtime/vm/parser.cc
 | 
| @@ -2416,7 +2416,7 @@ StaticCallNode* Parser::GenerateSuperConstructorCall(
 | 
|    arguments->Add(implicit_argument);
 | 
|  
 | 
|    // If this is a super call in a forwarding constructor, add the user-
 | 
| -  // defined arguments to the super call and adjust the the super
 | 
| +  // defined arguments to the super call and adjust the super
 | 
|    // constructor name to the respective named constructor if necessary.
 | 
|    if (forwarding_args != NULL) {
 | 
|      for (int i = 0; i < forwarding_args->length(); i++) {
 | 
| 
 |