Remove immediately adjacent repeated words ("the the", "for for", "an an", etc.).

This commit is contained in:
practicalswift
2015-12-21 17:14:39 +01:00
parent 35ceb6faa8
commit 36d7072013
53 changed files with 66 additions and 66 deletions

View File

@@ -202,7 +202,7 @@ static void redirectTerminator(SILBasicBlock *Latch, unsigned CurLoopIter,
// BackegdeBlock:
// br HeaderBlock:
//
// Or a a conditional branch back to the header.
// Or a conditional branch back to the header.
// HeaderBlock:
// ...
// cond_br %cond, ExitBlock, HeaderBlock