Skip to content

Commit 5786583

Browse files
authored
Merge pull request #5029 from practicalswift/typo-fixes-20160927
2 parents 07b196d + 2ba2710 commit 5786583

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)