Merge pull request #7727 from practicalswift/typos-20170223

[gardening] Fix typos
This commit is contained in:
practicalswift
2017-02-24 09:15:12 +01:00
committed by GitHub
19 changed files with 27 additions and 29 deletions

View File

@@ -574,7 +574,7 @@ public:
// FIXME: this probably shouldn't exist, the potential archetype modelling of
// generic typealiases is fundamentally broken (aka they're not modelled at
// all), but some things with them mostly work, so we just maintain that,
// despite this causing crashes and weird behaviour.
// despite this causing crashes and weird behavior.
static ResolvedType forConcreteTypeFromGenericTypeAlias(Type t) {
return ResolvedType(t);
}