We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe6266 commit aaf5de9Copy full SHA for aaf5de9
lib/SIL/SILInstruction.cpp
@@ -702,7 +702,7 @@ SILInstruction::MemoryBehavior SILInstruction::getMemoryBehavior() const {
702
}
703
704
705
- // Handle full apply sites that have a resolveable callee function with an
+ // Handle full apply sites that have a resolvable callee function with an
706
// effects attribute.
707
if (isa<FullApplySite>(this)) {
708
FullApplySite Site(const_cast<SILInstruction *>(this));
0 commit comments