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 @@ -611,7 +611,7 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
611
611
self . init ( mutating: unwrapped)
612
612
}
613
613
614
- /// Creates an immutable typed pointer referencing the same memory as the
614
+ /// Creates a mutable typed pointer referencing the same memory as the
615
615
/// given mutable pointer.
616
616
///
617
617
/// - Parameter other: The pointer to convert.
@@ -620,7 +620,7 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
620
620
self . _rawValue = other. _rawValue
621
621
}
622
622
623
- /// Creates an immutable typed pointer referencing the same memory as the
623
+ /// Creates a mutable typed pointer referencing the same memory as the
624
624
/// given mutable pointer.
625
625
///
626
626
/// - Parameter other: The pointer to convert. If `other` is `nil`, the
You can’t perform that action at this time.
0 commit comments