Skip to content

Commit 01091fd

Browse files
authored
[clang] fix typo (#73644)
1 parent b5d1320 commit 01091fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaInit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10628,7 +10628,7 @@ QualType Sema::DeduceTemplateSpecializationFromInitializer(
1062810628

1062910629
bool AllowExplicit = !Kind.isCopyInit() || ListInit;
1063010630

10631-
// Return true is the candidate is added successfully, false otherwise.
10631+
// Return true if the candidate is added successfully, false otherwise.
1063210632
auto addDeductionCandidate = [&](FunctionTemplateDecl *TD,
1063310633
CXXDeductionGuideDecl *GD,
1063410634
DeclAccessPair FoundDecl,

0 commit comments

Comments
 (0)