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 bf1164f commit 7622885Copy full SHA for 7622885
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