Skip to content

Commit 8c52ade

Browse files
committed
Fix typo #2
1 parent c3d9109 commit 8c52ade

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-
// previously we substitute the pack here in a similar fashion as seen
4410+
// previously we substitute the pack here in a similar fashion as
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)