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 a116aa6 commit a11a59bCopy full SHA for a11a59b
include/swift/SIL/SILValue.h
@@ -803,7 +803,7 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &os,
803
/// Consequently, OperandOwnership kinds that are allowed to take either Owned
804
/// or Guaranteed values map to an OwnershipKind::Any constraint.
805
///
806
-/// Unowned values are more restricted than then Owned or Guaranteed values in
+/// Unowned values are more restricted than Owned or Guaranteed values in
807
/// terms of their valid uses, which helps limit the situations where the
808
/// implementation needs to consider this special case. This additional
809
/// restriction is validated by `canAcceptUnownedValue`.
0 commit comments