Skip to content

Commit a11a59b

Browse files
committed
Minor comment typo
1 parent a116aa6 commit a11a59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &os,
803803
/// Consequently, OperandOwnership kinds that are allowed to take either Owned
804804
/// or Guaranteed values map to an OwnershipKind::Any constraint.
805805
///
806-
/// Unowned values are more restricted than then Owned or Guaranteed values in
806+
/// Unowned values are more restricted than Owned or Guaranteed values in
807807
/// terms of their valid uses, which helps limit the situations where the
808808
/// implementation needs to consider this special case. This additional
809809
/// restriction is validated by `canAcceptUnownedValue`.

0 commit comments

Comments
 (0)