[gardening] Fix 67 recently introduced typos

This commit is contained in:
practicalswift
2016-09-16 10:57:47 +02:00
parent dccf8e0dfc
commit b19481f887
39 changed files with 67 additions and 67 deletions

View File

@@ -673,7 +673,7 @@ Module::lookupConformance(Type type, ProtocolDecl *protocol,
if (auto archetype = type->getAs<ArchetypeType>()) {
// The archetype builder drops conformance requirements that are made
// redundant by a superclass requirement, so check for a cocnrete
// redundant by a superclass requirement, so check for a concrete
// conformance first, since an abstract conformance might not be
// able to be resolved by a substitution that makes the archetype
// concrete.