| Index: sdk/lib/core/uri.dart
 | 
| diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart
 | 
| index 0cfecebe472a9a36983842d3ce30ffdf6d95deb8..1d351068115f9ab3c38c1c7d05fd00dd3cd2563d 100644
 | 
| --- a/sdk/lib/core/uri.dart
 | 
| +++ b/sdk/lib/core/uri.dart
 | 
| @@ -3198,7 +3198,7 @@ class UriData {
 | 
|    /**
 | 
|     * A map representing the parameters of the media type.
 | 
|     *
 | 
| -   * A data URI may contain parameters between the the MIME type and the
 | 
| +   * A data URI may contain parameters between the MIME type and the
 | 
|     * data. This converts these parameters to a map from parameter name
 | 
|     * to parameter value.
 | 
|     * The map only contains parameters that actually occur in the URI.
 | 
| 
 |