From 50bd0d7c397d79496fc3cb742eb94246bae54663 Mon Sep 17 00:00:00 2001 From: Hunter Lightman Date: Sat, 5 Dec 2015 22:14:45 -0500 Subject: [PATCH] Fixed spelling of available in include/swift/AST/TypeRepr.h --- include/swift/AST/TypeRepr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/swift/AST/TypeRepr.h b/include/swift/AST/TypeRepr.h index c9fce95d9e67a..4f5d3678d0c32 100644 --- a/include/swift/AST/TypeRepr.h +++ b/include/swift/AST/TypeRepr.h @@ -393,7 +393,7 @@ class FunctionTypeRepr : public TypeRepr { /// \endcode class ArrayTypeRepr : public TypeRepr { // FIXME: Tail allocation. Use bits to determine whether Base/Size are - // availble. + // available. TypeRepr *Base; llvm::PointerIntPair SizeAndOldSyntax; SourceRange Brackets;