Skip to content

Commit 1798f79

Browse files
spaitscor3ntin
andcommitted
Fix typo
Co-authored-by: cor3ntin <[email protected]>
1 parent d30447f commit 1798f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaTemplateDeduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4407,7 +4407,7 @@ Sema::TemplateDeductionResult Sema::DeduceTemplateArguments(
44074407
// replaced with the corresponding deduced or default argument values
44084408
//
44094409
// If we have a trailing parameter pack, that has been deduced
4410-
// perviously we substitute the pack here in a similar fashion as seen
4410+
// previously we substitute the pack here in a similar fashion as seen
44114411
// above with the trailing parameter packs. The main difference here is
44124412
// that, in this case we are not processing all of the remaining
44134413
// arguments. We are only process as many arguments as much we have in

0 commit comments

Comments
 (0)