Skip to content

Commit 44d81c1

Browse files
committed
Merge pull request #311 from jutaz/bugfix/typo-in-CapturePromotion.cpp
Fix typo in CapturePromotion.cpp
2 parents 04c2020 + 31d19ad commit 44d81c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILPasses/IPO/CapturePromotion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ void ClosureCloner::visitDebugValueAddrInst(DebugValueAddrInst *Inst) {
528528
}
529529

530530
/// \brief Handle a strong_release instruction during cloning of a closure; if
531-
/// it is a strong release of a promoted box argument, then it is replaced wit
531+
/// it is a strong release of a promoted box argument, then it is replaced with
532532
/// a ReleaseValue of the new object type argument, otherwise it is handled
533533
/// normally.
534534
void

0 commit comments

Comments
 (0)