about summary refs log tree commit diff
path: root/compiler/rustc_abi/src/lib.rs
diff options
context:
space:
mode:
authortimesince <seekseat@icloud.com>2025-04-09 18:46:50 +0800
committerGitHub <noreply@github.com>2025-04-09 18:46:50 +0800
commit069fd0258853a0511bfa202a7983abffbae16115 (patch)
treee3b4a743b9acaf6adc027c66874f09e9eca79df5 /compiler/rustc_abi/src/lib.rs
parent97c966bb40756903f8aa13995629128d157f6056 (diff)
downloadrust-069fd0258853a0511bfa202a7983abffbae16115.tar.gz
rust-069fd0258853a0511bfa202a7983abffbae16115.zip
Remove redundant words
Diffstat (limited to 'compiler/rustc_abi/src/lib.rs')
-rw-r--r--compiler/rustc_abi/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_abi/src/lib.rs b/compiler/rustc_abi/src/lib.rs
index 843d5ca61dd..59b74d29221 100644
--- a/compiler/rustc_abi/src/lib.rs
+++ b/compiler/rustc_abi/src/lib.rs
@@ -1829,7 +1829,7 @@ pub struct PointeeInfo {
     pub safe: Option<PointerKind>,
     /// If `safe` is `Some`, then the pointer is either null or dereferenceable for this many bytes.
     /// On a function argument, "dereferenceable" here means "dereferenceable for the entire duration
-    /// of this function call", i.e. it is UB for the memory that this pointer points to to be freed
+    /// of this function call", i.e. it is UB for the memory that this pointer points to be freed
     /// while this function is still running.
     /// The size can be zero if the pointer is not dereferenceable.
     pub size: Size,