Skip to content

Commit c9768e6

Browse files
committed
[AddressLowering] Gardening: Detypo'd.
1 parent a1d1099 commit c9768e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/AddressLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ AllocStackInst *OpaqueStorageAllocation::createStackAllocation(SILValue value) {
13421342
// For opened existential types, allocate stack space at the type
13431343
// definition. Allocating as early as possible provides more opportunity for
13441344
// creating use projections into value. But allocation must be no earlier
1345-
// then the latest type definition.
1345+
// than the latest type definition.
13461346
SILInstruction *latestOpeningInst = nullptr;
13471347
allocTy.getASTType().visit([&](CanType type) {
13481348
auto archetype = dyn_cast<ArchetypeType>(type);

0 commit comments

Comments
 (0)