We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b81953 + d82d26b commit 72da4c7Copy full SHA for 72da4c7
lib/SILGen/SILGenStmt.cpp
@@ -126,7 +126,7 @@ void SILGenFunction::eraseBasicBlock(SILBasicBlock *block) {
126
void SILGenFunction::mergeCleanupBlocks() {
127
for (auto bbPos = F.begin(), bbEnd = F.end(), nextPos = bbPos; bbPos != bbEnd;
128
bbPos = nextPos) {
129
- // A forward iterator refering to the next unprocessed block in the block
+ // A forward iterator referring to the next unprocessed block in the block
130
// list. If blocks are merged and moved, then this will be updated.
131
nextPos = std::next(bbPos);
132
0 commit comments