Fix typos in comments.

This commit is contained in:
practicalswift
2015-12-28 01:59:20 +01:00
parent cd9d2b56db
commit fd70b26033
14 changed files with 20 additions and 20 deletions

View File

@@ -849,7 +849,7 @@ static bool tryToSinkRefCountInst(SILBasicBlock::iterator T,
// Ok, it is legal for us to sink this increment to our successors. Create a
// copy of this instruction in each one of our successors unless they are
// ignoreable trap blocks.
// ignorable trap blocks.
DEBUG(llvm::dbgs() << " Sinking " << *I);
SILBuilderWithScope Builder(T, &*I);
for (auto &Succ : T->getParent()->getSuccessors()) {