Skip to content

Commit d0f94e9

Browse files
committed
fix typos
1 parent 2943d39 commit d0f94e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaChecking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12311,7 +12311,7 @@ static void DiagnoseMixedUnicodeImplicitConversion(Sema &S, const Type *Source,
1231112311
Source != Target);
1231212312

1231312313
// Lone surrogates have a distinct representation in UTF-32.
12314-
// Converting betweem UTF-16 and UTF-32 codepoint seems very widespread,
12314+
// Converting between UTF-16 and UTF-32 codepoints seems very widespread,
1231512315
// so don't warn on such conversion.
1231612316
if (Source->isChar16Type() && Target->isChar32Type())
1231712317
return;

0 commit comments

Comments
 (0)