Skip to content

Commit 9660260

Browse files
author
local
committed
Fix a misspelling in SILMem2Reg
1 parent 1992bb0 commit 9660260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILPasses/SILMem2Reg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ void MemoryToRegisters::removeSingleBlockAllocation(AllocStackInst *ASI) {
448448
SILBasicBlock *BB = ASI->getParent();
449449

450450
// The default value of the AllocStack is NULL because we don't have
451-
// unilitialized variables in Swift.
451+
// uninitialized variables in Swift.
452452
SILValue RunningVal = SILValue();
453453

454454
// For all instructions in the block.

0 commit comments

Comments
 (0)