File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
612
612
self . init ( mutating: unwrapped)
613
613
}
614
614
615
- /// Creates an immutable typed pointer referencing the same memory as the
615
+ /// Creates a mutable typed pointer referencing the same memory as the
616
616
/// given mutable pointer.
617
617
///
618
618
/// - Parameter other: The pointer to convert.
@@ -621,7 +621,7 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
621
621
self . _rawValue = other. _rawValue
622
622
}
623
623
624
- /// Creates an immutable typed pointer referencing the same memory as the
624
+ /// Creates a mutable typed pointer referencing the same memory as the
625
625
/// given mutable pointer.
626
626
///
627
627
/// - Parameter other: The pointer to convert. If `other` is `nil`, the
You can’t perform that action at this time.
0 commit comments