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 d3780f7 commit 6941821Copy full SHA for 6941821
lib/PrintAsClang/DeclAndTypePrinter.cpp
@@ -290,8 +290,8 @@ class DeclAndTypePrinter::Implementation
290
printDocumentationComment(CD);
291
292
// This is just for testing, so we check explicitly for the attribute instead
293
- // of asking if the class is weak imported. If the class has availablility,
294
- // we'll print a SWIFT_AVAIALBLE() which implies __attribute__((weak_imported))
+ // of asking if the class is weak imported. If the class has availability,
+ // we'll print a SWIFT_AVAILABLE() which implies __attribute__((weak_imported))
295
// already.
296
if (CD->getAttrs().hasAttribute<WeakLinkedAttr>())
297
os << "SWIFT_WEAK_IMPORT\n";
0 commit comments