Chromium Code Reviews| Index: utils/peg/pegparser.dart |
| diff --git a/utils/peg/pegparser.dart b/utils/peg/pegparser.dart |
| index 8666550226fc05515a60986e10e4a6af0d112bcc..9c58dea1c00255f12020edfcec2be4932c847dc5 100644 |
| --- a/utils/peg/pegparser.dart |
| +++ b/utils/peg/pegparser.dart |
| @@ -371,7 +371,7 @@ class _Rule { |
| } |
| } |
| } |
| - // Delegate the matching logic to the the specialized function. |
| + // Delegate the matching logic to the specialized function. |
| return _match(state, pos); |
| } |