diff options
| author | cui fliter <imcusg@gmail.com> | 2023-07-16 00:37:30 +0800 |
|---|---|---|
| committer | cui fliter <imcusg@gmail.com> | 2023-07-31 16:13:02 +0800 |
| commit | 88c7b16e03452bc6b9f62a7e93788f93b2a51a4f (patch) | |
| tree | ab0de683aab46797fc91ab145a484df0f85f1409 /compiler/rustc_codegen_ssa/src/back | |
| parent | 4d6e4260b2de66a356a2536320f339467dff0d2b (diff) | |
| download | rust-88c7b16e03452bc6b9f62a7e93788f93b2a51a4f.tar.gz rust-88c7b16e03452bc6b9f62a7e93788f93b2a51a4f.zip | |
remove repetitive words
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/back')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/write.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/write.rs b/compiler/rustc_codegen_ssa/src/back/write.rs index ececa29b231..650fe3081d2 100644 --- a/compiler/rustc_codegen_ssa/src/back/write.rs +++ b/compiler/rustc_codegen_ssa/src/back/write.rs @@ -709,7 +709,7 @@ impl<B: WriteBackendMethods> WorkItem<B> { fn desc(short: &str, _long: &str, name: &str) -> String { // The short label is three bytes, and is followed by a space. That // leaves 11 bytes for the CGU name. How we obtain those 11 bytes - // depends on the the CGU name form. + // depends on the CGU name form. // // - Non-incremental, e.g. `regex.f10ba03eb5ec7975-cgu.0`: the part // before the `-cgu.0` is the same for every CGU, so use the |
