fix typo in u_scanner.c

Found it with clang_tidy.
This commit is contained in:
Roman Fomin 2023-02-07 16:14:15 +07:00
parent e1d0b663e5
commit 6efba9ba48

View File

@ -46,7 +46,7 @@ static const char* U_TokenNames[TK_NumSpecialTokens] =
"Logical Or",
"Equals",
"Not Equals",
"Greater Than or Equals"
"Greater Than or Equals",
"Less Than or Equals",
"Left Shift",
"Right Shift"