about summary refs log tree commit diff
path: root/library/core/src/array/equality.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-08-11 07:37:22 -0400
committerGitHub <noreply@github.com>2022-08-11 07:37:22 -0400
commit338d7c2fb07da34abab1ca5bb4a8c40ff0b4d604 (patch)
treefe21fb8eddeab1df3ea0a5ad87235e27520120fa /library/core/src/array/equality.rs
parentd1cace5a976bb1f098d64e72861178d221987f98 (diff)
downloadrust-338d7c2fb07da34abab1ca5bb4a8c40ff0b4d604.tar.gz
rust-338d7c2fb07da34abab1ca5bb4a8c40ff0b4d604.zip
more typos
Co-authored-by: Nicholas Nethercote <n.nethercote@gmail.com>
Diffstat (limited to 'library/core/src/array/equality.rs')
-rw-r--r--library/core/src/array/equality.rs2
1 files changed, 1 insertions, 1 deletions
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