Merge pull request #511 from practicalswift/fix-typos-15

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

View File

@@ -181,7 +181,7 @@ rewriteNewLoopEntryCheckBlock(SILBasicBlock *Header,
SmallVector<SILArgument*, 4> InsertedPHIs;
SILSSAUpdater Updater(&InsertedPHIs);
// Fix PHIs (incomming arguments).
// Fix PHIs (incoming arguments).
for (auto *Inst: Header->getBBArgs())
updateSSAForUseOfInst(Updater, InsertedPHIs, ValueMap, Header,
EntryCheckBlock, Inst);