Skip to content

Commit ae2a0c9

Browse files
committed
Merge pull request #1427 from practicalswift/typo-fixes-20160224
[gardening] Fix recently introduced typos: "resolveable" → "resolvable", "whcih" → "which"
2 parents 225497d + fc6c2e3 commit ae2a0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/SIL/SILInstruction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ SILInstruction::MemoryBehavior SILInstruction::getMemoryBehavior() const {
702702
}
703703
}
704704

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
706706
// effects attribute.
707707
if (isa<FullApplySite>(this)) {
708708
FullApplySite Site(const_cast<SILInstruction *>(this));

test/SILOptimizer/basic-instruction-properties.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bb0(%0 : $X):
6565
apply %6(%0) : $@callee_owned @convention(thick) (@owned X) -> ()
6666
apply %7() : $@callee_owned @convention(thick) () -> ()
6767

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
6969
// trivially find an absolute referenced function.
7070
apply %8(%0) : $@convention(method) (@guaranteed X) -> ()
7171
return undef : $()

0 commit comments

Comments
 (0)