[PATCH] D146422: Fix typo
Ilyas Mustafazade via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 20 07:29:48 PDT 2023
1lyasm created this revision.
1lyasm added reviewers: evansmal, zero9178.
Herald added a project: All.
1lyasm requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146422
Files:
clang/lib/Sema/SemaInit.cpp
Index: clang/lib/Sema/SemaInit.cpp
===================================================================
--- clang/lib/Sema/SemaInit.cpp
+++ clang/lib/Sema/SemaInit.cpp
@@ -5437,7 +5437,7 @@
}
// 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) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146422.506574.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230320/f8d767bc/attachment.bin>
More information about the cfe-commits
mailing list