From 338d7c2fb07da34abab1ca5bb4a8c40ff0b4d604 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 11 Aug 2022 07:37:22 -0400 Subject: more typos Co-authored-by: Nicholas Nethercote --- library/core/src/array/equality.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/core/src') diff --git a/library/core/src/array/equality.rs b/library/core/src/array/equality.rs index 97300adb009..b2c895f882c 100644 --- a/library/core/src/array/equality.rs +++ b/library/core/src/array/equality.rs @@ -173,7 +173,7 @@ macro_rules! is_raw_eq_comparable { )+}; } -// SAFETY: All the ordinary integer types have no padding, and are no pointers. +// SAFETY: All the ordinary integer types have no padding, and are not pointers. is_raw_eq_comparable!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); // SAFETY: bool and char have *niches*, but no *padding* (and these are not pointer types), so this -- cgit 1.4.1-3-g733a5