Skip to content

Commit b6d40e6

Browse files
committed
Merge pull request #259 from Huntrr/master
Fixed spelling of available in include/swift/AST/TypeRepr.h
2 parents 4489fa2 + 50bd0d7 commit b6d40e6

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)