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.
2 parents bc43430 + 7622885 commit 10e7e46Copy full SHA for 10e7e46
lib/IRGen/Linking.cpp
@@ -728,7 +728,7 @@ SILLinkage LinkEntity::getLinkage(ForDefinition_t forDefinition) const {
728
729
// The opaque result type descriptor with availability conditions
730
// has to be emitted into a client module when associated with
731
- // `@_alwaysInlineIntoClient` declaration which means it's linkage
+ // `@_alwaysEmitIntoClient` declaration which means it's linkage
732
// has to be "shared".
733
if (opaqueType->hasConditionallyAvailableSubstitutions()) {
734
if (auto *srcDecl = opaqueType->getNamingDecl()) {
0 commit comments