Skip to content

Commit 2ba7652

Browse files
committed
Merge pull request #88 from grachyov/master
Fix typo
2 parents 9b96cdf + 2f58e18 commit 2ba7652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Sema/TypeChecker.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ class TypeChecker final : public LazyResolver {
15821582
/// potentially unavailable API elements
15831583
/// @{
15841584

1585-
/// \brief Returns true if the availability of the overridding declaration
1585+
/// \brief Returns true if the availability of the overriding declaration
15861586
/// makes it a safe override, given the availability of the base declation.
15871587
bool isAvailabilitySafeForOverride(ValueDecl *override, ValueDecl *base);
15881588

0 commit comments

Comments
 (0)