summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-08-27 03:01:25 +0200
committerGitHub <noreply@github.com>2023-08-27 10:01:25 +0900
commit605bcfd4c83e4a598580ede369576bff4e6afcfa (patch)
tree4e107b3a96a7c8ba9a698f977f45074ea4d21c2a /src/doc/rustc-dev-guide
parent3ec2cbc4c845e312b1a177146351bd82d2124d83 (diff)
downloadrust-605bcfd4c83e4a598580ede369576bff4e6afcfa.tar.gz
rust-605bcfd4c83e4a598580ede369576bff4e6afcfa.zip
remove extraneous word (#1779)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md b/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
index 4626c67a303..163b12bbc21 100644
--- a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
+++ b/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
@@ -282,7 +282,7 @@ done in the `run-make-fulldeps` tests, with sample Rust programs (to be
 instrumented) in the [`tests/run-coverage`] directory,
 together with the actual tests and expected results.
 
-Finally, the [`coverage-llvmir`] test compares compiles a simple Rust program
+Finally, the [`coverage-llvmir`] test compiles a simple Rust program
 with `-C instrument-coverage` and compares the compiled program's LLVM IR to
 expected LLVM IR instructions and structured data for a coverage-enabled
 program, including various checks for Coverage Map-related metadata and the LLVM