Skip to content

Commit 2ba2710

Browse files
[gardening] Fix recently introduced typo
1 parent 07b196d commit 2ba2710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGenBridging.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ emitBridgeNativeToObjectiveC(SILGenFunction &gen,
6868

6969
// FIXME: Methods of generic types don't have substitutions in their
7070
// ConcreteDeclRefs for some reason. Furthermore,
71-
// SubsitutedProtocolConformances don't substitute their witness
71+
// SubstitutedProtocolConformances don't substitute their witness
7272
// ConcreteDeclRefs, so we need to do it ourselves.
7373
ArrayRef<Substitution> substitutions;
7474
SmallVector<Substitution, 4> substitutionsBuf;

0 commit comments

Comments
 (0)