Fix typos

This commit is contained in:
practicalswift
2015-12-25 13:48:47 +01:00
parent fc9887fa6a
commit 22e10737e2
53 changed files with 64 additions and 64 deletions

View File

@@ -454,7 +454,7 @@ static SILInstruction *createValueForEdge(SILInstruction *UserInst,
return createEnumElement(Builder, SEI, Case.get());
}
/// Peform dominator based value simplifications and jump threading on all users
/// Perform dominator based value simplifications and jump threading on all users
/// of the operand of 'DominatingBB's terminator.
static bool tryDominatorBasedSimplifications(
SILBasicBlock *DominatingBB, DominanceInfo *DT,