Skip to content

Commit 31d19ad

Browse files
committed
Fix typo in CapturePromotion.cpp
`wit` -> `with`.
1 parent bad7523 commit 31d19ad

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)