Skip to content

Commit 755de3c

Browse files
committed
Valid raw pointers
1 parent 408a6a0 commit 755de3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ptr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
//!
4141
//! ## Alignment
4242
//!
43-
//! Valid pointers as defined above are not necessarily properly aligned (where
43+
//! Valid raw pointers as defined above are not necessarily properly aligned (where
4444
//! "proper" alignment is defind by the pointee type, i.e., `*const T` must be
4545
//! aligned to `mem::align_of::<T>()`). However, most functions require their
4646
//! arguments to be properly aligned, and will explicitly state

0 commit comments

Comments
 (0)