Skip to content

Commit 64276ee

Browse files
mu5tafazadezero9178
authored andcommitted
[clang][NFC] Fix typo in comment
Differential Revision: https://reviews.llvm.org/D146422
1 parent da8260a commit 64276ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaInit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5437,7 +5437,7 @@ static void TryOrBuildParenListInitialization(
54375437
}
54385438

54395439
// Not all of the args have been processed, so there must've been more args
5440-
// then were required to initialize the element.
5440+
// than were required to initialize the element.
54415441
if (ArgIndexToProcess < Args.size()) {
54425442
Sequence.SetFailed(InitializationSequence::FK_ParenthesizedListInitFailed);
54435443
if (!VerifyOnly) {

0 commit comments

Comments
 (0)