[clang][NFC] Fix typo in comment
authorIlyas Mustafazade <il.mystafa@gmail.com>
Tue, 21 Mar 2023 12:29:05 +0000 (13:29 +0100)
committerMarkus Böck <markus.boeck02@gmail.com>
Tue, 21 Mar 2023 12:32:05 +0000 (13:32 +0100)
Differential Revision: https://reviews.llvm.org/D146422

clang/lib/Sema/SemaInit.cpp

index ddb2b5c..17d8b6c 100644 (file)
@@ -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) {