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.
1 parent 1992bb0 commit 9660260Copy full SHA for 9660260
lib/SILPasses/SILMem2Reg.cpp
@@ -448,7 +448,7 @@ void MemoryToRegisters::removeSingleBlockAllocation(AllocStackInst *ASI) {
448
SILBasicBlock *BB = ASI->getParent();
449
450
// The default value of the AllocStack is NULL because we don't have
451
- // unilitialized variables in Swift.
+ // uninitialized variables in Swift.
452
SILValue RunningVal = SILValue();
453
454
// For all instructions in the block.
0 commit comments