Merge pull request #513 from practicalswift/fix-typos-17

Fix typos (17 of 30)
This commit is contained in:
Dmitri Gribenko
2015-12-14 01:11:28 -08:00
10 changed files with 13 additions and 13 deletions

View File

@@ -1806,7 +1806,7 @@ private:
// We have a safe container if the array container is passed as a function
// argument by-value or by inout reference. In either case there can't be an
// alias of the container. Alternatively, we can have a local variable. We
// will check in checkSafeArrayAddressUses that all intialization stores to
// will check in checkSafeArrayAddressUses that all initialization stores to
// this variable are safe (i.e the store dominates the loop etc).
bool isSafeArrayContainer(SILValue V) {
if (auto *Arg = dyn_cast<SILArgument>(V.getDef())) {