Skip to content

Commit 6941821

Browse files
authored
Spelling lib printasclang (#58595)
1 parent d3780f7 commit 6941821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PrintAsClang/DeclAndTypePrinter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ class DeclAndTypePrinter::Implementation
290290
printDocumentationComment(CD);
291291

292292
// 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))
293+
// of asking if the class is weak imported. If the class has availability,
294+
// we'll print a SWIFT_AVAILABLE() which implies __attribute__((weak_imported))
295295
// already.
296296
if (CD->getAttrs().hasAttribute<WeakLinkedAttr>())
297297
os << "SWIFT_WEAK_IMPORT\n";

0 commit comments

Comments
 (0)