| 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 8a7222867abbf5ff0cb2a473df3b25359ee359d0..a6e9724e744e89ddc9876606adf6921c12a523d6 100644
|
| --- a/pkg/front_end/lib/src/fasta/scanner/token.dart
|
| +++ b/pkg/front_end/lib/src/fasta/scanner/token.dart
|
| @@ -118,7 +118,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 {
|
|
|