From d1cace5a976bb1f098d64e72861178d221987f98 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 10 Aug 2022 16:15:21 -0400 Subject: [PATCH] grammar Co-authored-by: Frank Steffahn --- library/core/src/intrinsics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/intrinsics.rs b/library/core/src/intrinsics.rs index 565c32d68887..1bb70d513bdf 100644 --- a/library/core/src/intrinsics.rs +++ b/library/core/src/intrinsics.rs @@ -2277,7 +2277,7 @@ extern "rust-intrinsic" { /// /// # Safety /// - /// It's UB to call this if any of the *bytes* in `*a` or `*b` are uninitialized or carries a + /// It's UB to call this if any of the *bytes* in `*a` or `*b` are uninitialized or carry a /// pointer value. /// Note that this is a stricter criterion than just the *values* being /// fully-initialized: if `T` has padding, it's UB to call this intrinsic.