aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaInit.cpp
diff options
context:
space:
mode:
authorIlyas Mustafazade <il.mystafa@gmail.com>2023-03-21 13:29:05 +0100
committerMarkus Böck <markus.boeck02@gmail.com>2023-03-21 13:32:05 +0100
commit64276eec7ed07e762ef90c248a36cbafdcd7bd81 (patch)
tree22c492f7869e4065e01f6e1911bf077390b7c67c /clang/lib/Sema/SemaInit.cpp
parentda8260a9b11152e2a6fb0fcad9e3c0b0312ecd6f (diff)
downloadllvm-64276eec7ed07e762ef90c248a36cbafdcd7bd81.zip
llvm-64276eec7ed07e762ef90c248a36cbafdcd7bd81.tar.gz
llvm-64276eec7ed07e762ef90c248a36cbafdcd7bd81.tar.bz2
[clang][NFC] Fix typo in comment
Differential Revision: https://reviews.llvm.org/D146422
Diffstat (limited to 'clang/lib/Sema/SemaInit.cpp')
-rw-r--r--clang/lib/Sema/SemaInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp
index ddb2b5c..17d8b6c 100644
--- a/clang/lib/Sema/SemaInit.cpp
+++ b/clang/lib/Sema/SemaInit.cpp
@@ -5437,7 +5437,7 @@ static void TryOrBuildParenListInitialization(
}
// Not all of the args have been processed, so there must've been more args
- // then were required to initialize the element.
+ // than were required to initialize the element.
if (ArgIndexToProcess < Args.size()) {
Sequence.SetFailed(InitializationSequence::FK_ParenthesizedListInitFailed);
if (!VerifyOnly) {