Skip to content

Commit 97029aa

Browse files
author
Ikko Ashimine
authored
Fix typo in CSStep.cpp
substition -> substitution
1 parent 20741e0 commit 97029aa

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)