Merge pull request #3733 from practicalswift/typo-fixes-20160724

[gardening] Fix recently introduced typos.
This commit is contained in:
Dmitri Gribenko
2016-07-24 15:43:03 -07:00
committed by GitHub
22 changed files with 33 additions and 33 deletions

View File

@@ -396,7 +396,7 @@ namespace swift {
/// EpilogueARCBlockState - Keep track of whether an epilogue ARC instruction
/// has been found.
struct EpilogueARCBlockState {
/// Keep track of whether a eplogue release has been found before and after
/// Keep track of whether a epilogue release has been found before and after
/// this basic block.
bool BBSetIn;
/// The basic block local SILValue we are interested to find epilogue ARC in.