| Index: pkg/front_end/lib/src/fasta/scanner/token.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/scanner/token.dart b/pkg/front_end/lib/src/fasta/scanner/token.dart
|
| index 44aa93d976cf8a3e86797bd2088ef10fac52e0bb..d75a81cc08e726208e4c1fc7ae4d77e3a2f595df 100644
|
| --- a/pkg/front_end/lib/src/fasta/scanner/token.dart
|
| +++ b/pkg/front_end/lib/src/fasta/scanner/token.dart
|
| @@ -114,7 +114,7 @@ abstract class Token {
|
| }
|
|
|
| /**
|
| - * A [SymbolToken] represents the symbol in its precendence info.
|
| + * A [SymbolToken] represents the symbol in its precedence info.
|
| * Also used for end of file with EOF_INFO.
|
| */
|
| class SymbolToken extends Token {
|
|
|