Skip to content

Commit bd19e3e

Browse files
committed
[Gardening] Detypo'd comment.
1 parent 33e8c2f commit bd19e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ static SILValue tryRewriteToPartialApplyStack(
972972

973973
// Don't run insertDeallocOfCapturedArguments if newPA is in an unreachable
974974
// block insertDeallocOfCapturedArguments will run code that computes the DF
975-
// for newPA that will loop infinetly.
975+
// for newPA that will loop infinitely.
976976
if (unreachableBlocks.count(newPA->getParent()))
977977
return closureOp;
978978

0 commit comments

Comments
 (0)