Skip to content

Commit 30c0c79

Browse files
committed
Comment grammar in OperandOwnership
1 parent 0851f5c commit 30c0c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/IR/OperandOwnership.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ OPERAND_OWNERSHIP(PointerEscape, UncheckedOwnershipConversion)
239239
OPERAND_OWNERSHIP(PointerEscape, ConvertEscapeToNoEscape)
240240

241241
// UncheckedBitwiseCast ownership behaves like RefToUnowned. It produces an
242-
// Unowned values from a non-trivial value, without consuming or borrowing the
242+
// Unowned value from a non-trivial value, without consuming or borrowing the
243243
// non-trivial value. Unlike RefToUnowned, a bitwise cast works on a compound
244244
// value and may truncate the value. The resulting value is still Unowned and
245245
// should be immediately copied to produce an owned value. These happen for two

0 commit comments

Comments
 (0)