Skip to content

Commit 59daba4

Browse files
authored
Merge pull request #37207 from eltociear/patch-16
Fix typo in CSStep.cpp
2 parents 04a3a69 + 97029aa commit 59daba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSStep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ bool IsDeclRefinementOfRequest::evaluate(Evaluator &evaluator,
565565
origType->getInterfaceType()->getCanonicalType()->getAs<SubstitutableType>();
566566

567567
// Make sure any duplicate bindings are equal to the one already recorded.
568-
// Otherwise, the substition has conflicting generic arguments.
568+
// Otherwise, the substitution has conflicting generic arguments.
569569
auto bound = substMap.find(interfaceTy);
570570
if (bound != substMap.end() && !bound->second->isEqual(substType))
571571
return CanType();

0 commit comments

Comments
 (0)