about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2018-09-01 17:50:54 +0200
committerRalf Jung <post@ralfj.de>2018-09-01 17:50:54 +0200
commit755de3c6848a5abf9e20ee9e866e04a1e711d8b8 (patch)
treede2dae3a1da46d2d0d8eee8dd9c0d80bad8f7c9d
parent408a6a00c228bbc762aa34f96a003703019c9e8d (diff)
downloadrust-755de3c6848a5abf9e20ee9e866e04a1e711d8b8.tar.gz
rust-755de3c6848a5abf9e20ee9e866e04a1e711d8b8.zip
Valid raw pointers
-rw-r--r--src/libcore/ptr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/ptr.rs b/src/libcore/ptr.rs
index dba8513d5f0..3f117ff612e 100644
--- a/src/libcore/ptr.rs
+++ b/src/libcore/ptr.rs
@@ -40,7 +40,7 @@
 //!
 //! ## Alignment
 //!
-//! Valid pointers as defined above are not necessarily properly aligned (where
+//! Valid raw pointers as defined above are not necessarily properly aligned (where
 //! "proper" alignment is defind by the pointee type, i.e., `*const T` must be
 //! aligned to `mem::align_of::<T>()`). However, most functions require their
 //! arguments to be properly aligned, and will explicitly state