Skip to content

Commit 50bd0d7

Browse files
committed
Fixed spelling of available in include/swift/AST/TypeRepr.h
1 parent 4489fa2 commit 50bd0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/TypeRepr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ class FunctionTypeRepr : public TypeRepr {
393393
/// \endcode
394394
class ArrayTypeRepr : public TypeRepr {
395395
// FIXME: Tail allocation. Use bits to determine whether Base/Size are
396-
// availble.
396+
// available.
397397
TypeRepr *Base;
398398
llvm::PointerIntPair<ExprHandle *, 1, bool> SizeAndOldSyntax;
399399
SourceRange Brackets;

0 commit comments

Comments
 (0)