Skip to content

Commit aaf5de9

Browse files
[gardening] Fix recently introduced typo: "resolveable" → "resolvable"
1 parent 6fe6266 commit aaf5de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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));

0 commit comments

Comments
 (0)