about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Diekmann <21277928+TimDiekmann@users.noreply.github.com>2020-04-03 08:22:31 +0200
committerGitHub <noreply@github.com>2020-04-03 08:22:31 +0200
commitc061ff4b6957572d0d1e3ed48e63d07c7946e269 (patch)
tree57bfc0d7720cc8ecbe1f26c9c131dd8956590ac6
parentd8b0c5fb379c142b22cccd530dc97cb08c3c2274 (diff)
downloadrust-c061ff4b6957572d0d1e3ed48e63d07c7946e269.tar.gz
rust-c061ff4b6957572d0d1e3ed48e63d07c7946e269.zip
Update mod.rs
-rw-r--r--src/libcore/alloc/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/alloc/mod.rs b/src/libcore/alloc/mod.rs
index b1e502d8548..e1892edb7c7 100644
--- a/src/libcore/alloc/mod.rs
+++ b/src/libcore/alloc/mod.rs
@@ -119,7 +119,7 @@ pub enum ReallocPlacement {
 ///
 /// Unlike [`GlobalAlloc`][], zero-sized allocations are allowed in `AllocRef`. If an underlying
 /// allocator does not support this (like jemalloc) or return a null pointer (such as
-/// `libc::malloc`), this is caught by the implementation.
+/// `libc::malloc`), this must be caught by the implementation.
 ///
 /// ### Currently allocated memory
 ///