Jon Ross-Perkins 2 лет назад
Родитель
Сommit
af14a2586a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      toolchain/lex/token_kind.def

+ 1 - 1
toolchain/lex/token_kind.def

@@ -22,7 +22,7 @@
 //     Defines a keyword which has the provided spelling, such as `if`.
 //     Spellings must be unique.
 //   - CARBON_TOKEN_WITH_VIRTUAL_NODE(TokenIndex)
-//     Wrapped around one of the abokve _TOKEN macros, indicates that this
+//     Wrapped around one of the above _TOKEN macros, indicates that this
 //     token has one additional virtual node in the parse tree.
 //
 // This tree represents the subset relationship between these macros, where if a