Skip to content

Commit 71c62c0

Browse files
authoredDec 28, 2022
Merge pull request #62784 from kwarabei/typofix
lib: fix typo in Type.cpp
2 parents 60952b8 + b0e5502 commit 71c62c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/AST/Type.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4919,7 +4919,7 @@ TypeBase::getContextSubstitutions(const DeclContext *dc,
49194919
continue;
49204920
}
49214921

4922-
// There are no subtitutions to apply if the type is still unbound,
4922+
// There are no substitutions to apply if the type is still unbound,
49234923
// continue looking into the parent.
49244924
if (auto unboundGeneric = baseTy->getAs<UnboundGenericType>()) {
49254925
baseTy = unboundGeneric->getParent();

0 commit comments

Comments
 (0)