File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ SILInstruction::MemoryBehavior SILInstruction::getMemoryBehavior() const {
702
702
}
703
703
}
704
704
705
- // Handle full apply sites that have a resolveable callee function with an
705
+ // Handle full apply sites that have a resolvable callee function with an
706
706
// effects attribute.
707
707
if (isa<FullApplySite>(this )) {
708
708
FullApplySite Site (const_cast <SILInstruction *>(this ));
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ bb0(%0 : $X):
65
65
apply %6(%0) : $@callee_owned @convention(thick) (@owned X) -> ()
66
66
apply %7() : $@callee_owned @convention(thick) () -> ()
67
67
68
- // Make sure we properly handle full apply sites for whcih we can not
68
+ // Make sure we properly handle full apply sites for which we can not
69
69
// trivially find an absolute referenced function.
70
70
apply %8(%0) : $@convention(method) (@guaranteed X) -> ()
71
71
return undef : $()
You can’t perform that action at this time.
0 commit comments