| Index: pkg/compiler/lib/src/tokens/token.dart
|
| diff --git a/pkg/compiler/lib/src/tokens/token.dart b/pkg/compiler/lib/src/tokens/token.dart
|
| index af31142ec0a5fac70a2f932ec347218462da0513..79bf27c6340746b97f3bbfa926d1e8dbdea04232 100644
|
| --- a/pkg/compiler/lib/src/tokens/token.dart
|
| +++ b/pkg/compiler/lib/src/tokens/token.dart
|
| @@ -120,7 +120,7 @@ class TokenPair implements Spannable {
|
| }
|
|
|
| /**
|
| - * 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 {
|
|
|