r369539 - clang: Fix typo in comment
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 21 08:41:29 PDT 2019
Author: nico
Date: Wed Aug 21 08:41:29 2019
New Revision: 369539
URL: http://llvm.org/viewvc/llvm-project?rev=369539&view=rev
Log:
clang: Fix typo in comment
Modified:
cfe/trunk/lib/Lex/UnicodeCharSets.h
Modified: cfe/trunk/lib/Lex/UnicodeCharSets.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/UnicodeCharSets.h?rev=369539&r1=369538&r2=369539&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/UnicodeCharSets.h (original)
+++ cfe/trunk/lib/Lex/UnicodeCharSets.h Wed Aug 21 08:41:29 2019
@@ -215,7 +215,7 @@ static const llvm::sys::UnicodeCharRange
// Digits (2)
{ 0x06F0, 0x06F9 },
- // Devanagari and Special characeter 0x093D.
+ // Devanagari and Special character 0x093D.
{ 0x0901, 0x0903 }, { 0x0905, 0x0939 }, { 0x093D, 0x094D },
{ 0x0950, 0x0952 }, { 0x0958, 0x0963 },
More information about the cfe-commits
mailing list