diff --git a/src/libcore/mem/mod.rs b/src/libcore/mem/mod.rs index c4f8747bb780..86dae985fdb0 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.