Merge pull request #502 from practicalswift/fix-typos-6

Fix typos (6 of 30)
This commit is contained in:
Michael Gottesman
2015-12-13 19:03:41 -06:00
10 changed files with 11 additions and 11 deletions

View File

@@ -2236,7 +2236,7 @@ void ArrayPropertiesSpecializer::specializeLoopNest() {
auto *Header = CheckBlock->getSingleSuccessor();
assert(Header);
// Our loop info is not really completedly valid anymore since the cloner does
// Our loop info is not really completely valid anymore since the cloner does
// not update it. However, exit blocks of the original loop are still valid.
SmallVector<SILBasicBlock *, 16> ExitBlocks;
Lp->getExitBlocks(ExitBlocks);