diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-10-14 16:19:15 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 16:19:15 +0530 |
| commit | 77064b7f0a28a74a997046f66306e13d6d37b10e (patch) | |
| tree | 3a754a565528b532611746e8346900d66d66553a /compiler/rustc_codegen_llvm/src | |
| parent | 8c9ecbb7e3adf14a19e16568422026849822a7ad (diff) | |
| parent | 7122abaddf2cf10ce26f86305ff540ae5b38c097 (diff) | |
| download | rust-77064b7f0a28a74a997046f66306e13d6d37b10e.tar.gz rust-77064b7f0a28a74a997046f66306e13d6d37b10e.zip | |
Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki
More dupe word typos I only picked those changes (from the regex search) that I am pretty certain doesn't change meaning and is just a typo fix. Do correct me if any fix is undesirable and I can revert those. Thanks.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs index 0d1df6fb1ac..433f043209e 100644 --- a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs +++ b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs @@ -129,7 +129,7 @@ impl CoverageMapGenerator { // LLVM Coverage Mapping Format version 6 (zero-based encoded as 5) // requires setting the first filename to the compilation directory. // Since rustc generates coverage maps with relative paths, the - // compilation directory can be combined with the the relative paths + // compilation directory can be combined with the relative paths // to get absolute paths, if needed. let working_dir = tcx .sess |
