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.
1 parent 4ea0155 commit d3461e5Copy full SHA for d3461e5
lib/SILOptimizer/Mandatory/AddressLowering.cpp
@@ -2255,7 +2255,7 @@ void ApplyRewriter::rewriteApply(ArrayRef<SILValue> newCallArgs) {
2255
// will be deleted with its destructure_tuple.
2256
}
2257
2258
-/// Emit end_borrows for a an incomplete BorrowedValue with only nonlifetime
+/// Emit end_borrows for an incomplete BorrowedValue with only nonlifetime
2259
/// ending uses.
2260
static void emitEndBorrows(SILValue value, AddressLoweringState &pass);
2261
0 commit comments