mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #3733 from practicalswift/typo-fixes-20160724
[gardening] Fix recently introduced typos.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user