[PATCH] D146422: [NFC] Fix typo in comment

Markus Böck via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 21 05:32:28 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG64276eec7ed0: [clang][NFC] Fix typo in comment (authored by 1lyasm, committed by zero9178).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146422/new/

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.506929.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230321/617cbc3a/attachment.bin>


More information about the cfe-commits mailing list