We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c2020 + 31d19ad commit 44d81c1Copy full SHA for 44d81c1
lib/SILPasses/IPO/CapturePromotion.cpp
@@ -528,7 +528,7 @@ void ClosureCloner::visitDebugValueAddrInst(DebugValueAddrInst *Inst) {
528
}
529
530
/// \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
+/// it is a strong release of a promoted box argument, then it is replaced with
532
/// a ReleaseValue of the new object type argument, otherwise it is handled
533
/// normally.
534
void
0 commit comments