clang: Fix typo in comment

llvm-svn: 369539
This commit is contained in:
Nico Weber 2019-08-21 15:41:29 +00:00
parent 862c94297c
commit 3ad6cea9bb

View File

@ -215,7 +215,7 @@ static const llvm::sys::UnicodeCharRange C99AllowedIDCharRanges[] = {
// Digits (2)
{ 0x06F0, 0x06F9 },
// Devanagari and Special characeter 0x093D.
// Devanagari and Special character 0x093D.
{ 0x0901, 0x0903 }, { 0x0905, 0x0939 }, { 0x093D, 0x094D },
{ 0x0950, 0x0952 }, { 0x0958, 0x0963 },