diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-08-21 15:41:29 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-08-21 15:41:29 +0000 |
commit | 67cd113fbed93b8d63c918b02d777d6febd744e4 (patch) | |
tree | 1bf0a5925f2f3e46ddcae05c9b82b428ccb77c56 | |
parent | 793620d21fef547dc87624b9515c29673e8688d4 (diff) | |
download | clang-67cd113fbed93b8d63c918b02d777d6febd744e4.tar.gz |
clang: Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369539 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Lex/UnicodeCharSets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/UnicodeCharSets.h b/lib/Lex/UnicodeCharSets.h index d56bc8ef67..74dd57fdf1 100644 --- a/lib/Lex/UnicodeCharSets.h +++ b/lib/Lex/UnicodeCharSets.h @@ -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 }, |