diff --git a/lib/Sema/TypeChecker.h b/lib/Sema/TypeChecker.h index 0c942d6abb096..f47c431ecb9af 100644 --- a/lib/Sema/TypeChecker.h +++ b/lib/Sema/TypeChecker.h @@ -1582,7 +1582,7 @@ class TypeChecker final : public LazyResolver { /// potentially unavailable API elements /// @{ - /// \brief Returns true if the availability of the overridding declaration + /// \brief Returns true if the availability of the overriding declaration /// makes it a safe override, given the availability of the base declation. bool isAvailabilitySafeForOverride(ValueDecl *override, ValueDecl *base);