From 3725e3542fdf927dabaabf6f6c4bc1352c309da2 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Fri, 2 Aug 2019 15:07:19 +0200 Subject: [PATCH] Consistency. --- src/libcore/mem/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/mem/mod.rs b/src/libcore/mem/mod.rs index c4f8747bb78..86dae985fdb 100644 --- a/src/libcore/mem/mod.rs +++ b/src/libcore/mem/mod.rs @@ -414,7 +414,7 @@ pub const fn needs_drop() -> bool { intrinsics::needs_drop::() } -/// Returns the value of type `T` represented by the all-zeros bit-pattern. +/// Returns the value of type `T` represented by the all-zero byte-pattern. /// /// This means that, for example, the padding byte in `(u8, u16)` is not /// necessarily zeroed.