We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8aa422 commit 13a0096Copy full SHA for 13a0096
src/libcore/ptr.rs
@@ -837,7 +837,7 @@ pub unsafe fn write_unaligned<T>(dst: *mut T, src: T) {
837
///
838
/// * `src` must be properly aligned.
839
840
-/// Like [`read`], `read_unaligned` creates a bitwise copy of `T`, regardless of
+/// Like [`read`], `read_volatile` creates a bitwise copy of `T`, regardless of
841
/// whether `T` is [`Copy`]. If `T` is not [`Copy`], using both the returned
842
/// value and the value at `*src` can [violate memory safety][read-ownership].
843
/// However, storing non-[`Copy`] types in volatile memory is almost certainly
0 commit comments