Skip to content

Commit 6ad9581

Browse files
committed
[SIL] NFC: Clarified doc comment.
1 parent b1ccb59 commit 6ad9581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SIL/OwnershipUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ struct BorrowingOperand {
461461
llvm_unreachable("Covered switch isn't covered?!");
462462
}
463463

464-
/// If this operand's user has a single borrowed value result return a
465-
/// valid BorrowedValue instance.
464+
/// If this operand's user has a borrowed value result return a valid
465+
/// BorrowedValue instance.
466466
BorrowedValue getBorrowIntroducingUserResult() const;
467467

468468
/// Compute the implicit uses that this borrowing operand "injects" into the

0 commit comments

Comments
 (0)