about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-02-23 17:02:05 +0100
committerGitHub <noreply@github.com>2024-02-23 17:02:05 +0100
commit15b77953d7b181de366102d55b1855ccfab2302a (patch)
tree5f0f6b79601644ab8bb03bf88e991492cea4f20e /compiler/rustc_codegen_ssa/src
parent13b9bf50241e26cc1ea07df9c29b2807b5dfcec9 (diff)
parent824d75c22e6a95058c488d4f0d6048277ba91f9d (diff)
downloadrust-15b77953d7b181de366102d55b1855ccfab2302a.tar.gz
rust-15b77953d7b181de366102d55b1855ccfab2302a.zip
Rollup merge of #121495 - cuishuang:master, r=clubby789
remove repetitive words
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:
 ///