| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index 5d0cee24d67948828dedad2120b14c5989c28962..6803ac6af377d9e86e828a2987fdddb023d075ff 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -50,7 +50,7 @@ class AnalysisError {
|
|
|
| /**
|
| * A [Comparator] that sorts error codes first by their severity (errors
|
| - * first, warnings second), and then by the the error code type.
|
| + * first, warnings second), and then by the error code type.
|
| */
|
| static Comparator<AnalysisError> ERROR_CODE_COMPARATOR =
|
| (AnalysisError o1, AnalysisError o2) {
|
|
|