about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-02-23 18:26:01 +0800
committercui fliter <imcusg@gmail.com>2024-02-23 18:26:01 +0800
commit824d75c22e6a95058c488d4f0d6048277ba91f9d (patch)
tree5045cd277e5f898ccedcdde202138ab687461236 /compiler/rustc_codegen_ssa/src
parentdda102c190f854f6b2dc165622c8173ffb752025 (diff)
downloadrust-824d75c22e6a95058c488d4f0d6048277ba91f9d.tar.gz
rust-824d75c22e6a95058c488d4f0d6048277ba91f9d.zip
remove repetitive words
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
-rw-r--r--compiler/rustc_codegen_ssa/src/back/metadata.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/metadata.rs b/compiler/rustc_codegen_ssa/src/back/metadata.rs
index 8e76e47cfef..c6b04431fab 100644
--- a/compiler/rustc_codegen_ssa/src/back/metadata.rs
+++ b/compiler/rustc_codegen_ssa/src/back/metadata.rs
@@ -623,7 +623,7 @@ pub fn create_compressed_metadata_file_for_xcoff(
 /// that contains a custom section of the name `section_name` with contents
 /// `data`.
 ///
-/// NB: the `object` crate does not yet have support for writing the the wasm
+/// NB: the `object` crate does not yet have support for writing the wasm
 /// object file format. The format is simple enough that for now an extra crate
 /// from crates.io (such as `wasm-encoder`). The file format is:
 ///