Skip to content

Commit 8a933bf

Browse files
committed
[Gardening] Detypo'd.
1 parent 75d60af commit 8a933bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Utils/CanonicalizeOSSALifetime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void CanonicalizeOSSALifetime::extendLivenessToDeinitBarriers() {
265265
findDestroysOutsideBoundary(outsideDestroys);
266266

267267
// OSSALifetimeCompletion: With complete lifetimes, creating completeLiveness
268-
// and using it to visiti unreachable lifetime ends should be deleted.
268+
// and using it to visit unreachable lifetime ends should be deleted.
269269
SmallVector<SILBasicBlock *, 32> discoveredBlocks(this->discoveredBlocks);
270270
SSAPrunedLiveness completeLiveness(*liveness, &discoveredBlocks);
271271

0 commit comments

Comments
 (0)