Merge pull request #6325 from practicalswift/gardening-20161216

This commit is contained in:
swift-ci
2016-12-17 09:19:24 -08:00
committed by GitHub
32 changed files with 76 additions and 66 deletions

View File

@@ -341,7 +341,7 @@ recur:
// An up-to-date entry for the original type is authoritative.
isAuthoritative = true;
} else {
// A up-to-date cached failure for a superclass of the type is not
// An up-to-date cached failure for a superclass of the type is not
// authoritative: there may be a still-undiscovered conformance
// for the original query type.
isAuthoritative = false;