[clang] 64276ee - [clang][NFC] Fix typo in comment
Markus Böck via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 21 05:32:13 PDT 2023
Author: Ilyas Mustafazade
Date: 2023-03-21T13:32:05+01:00
New Revision: 64276eec7ed07e762ef90c248a36cbafdcd7bd81
URL: https://github.com/llvm/llvm-project/commit/64276eec7ed07e762ef90c248a36cbafdcd7bd81
DIFF: https://github.com/llvm/llvm-project/commit/64276eec7ed07e762ef90c248a36cbafdcd7bd81.diff
LOG: [clang][NFC] Fix typo in comment
Differential Revision: https://reviews.llvm.org/D146422
Added:
Modified:
clang/lib/Sema/SemaInit.cpp
Removed:
################################################################################
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp
index ddb2b5cf5cd16..17d8b6c98207b 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) {
More information about the cfe-commits
mailing list