about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-03-14 15:44:34 +0100
committerGitHub <noreply@github.com>2024-03-14 15:44:34 +0100
commit1dce19144103c7fab1e713b6b17a03bfa7085f01 (patch)
tree13a23305386a7ca579fcb581fd179b157aad2ae8 /src
parent6a4dd19aded9e4175d3c25a26f1216bb77feb08d (diff)
parent6b082b5e6672ed6d5fdb08d1966d15d3080f1d21 (diff)
Rollup merge of #122368 - pavedroad:master, r=oli-obk
chore: remove repetitive words
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc/src/platform-support/unknown-uefi.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/unknown-uefi.md b/src/doc/rustc/src/platform-support/unknown-uefi.md
index 8fb155e1ffa..e6917502182 100644
--- a/src/doc/rustc/src/platform-support/unknown-uefi.md
+++ b/src/doc/rustc/src/platform-support/unknown-uefi.md
@@ -51,7 +51,7 @@ single stack.
 By default, the UEFI targets use the `link`-flavor of the LLVM linker `lld` to
 link binaries into the final PE32+ file suffixed with `*.efi`. The PE subsystem
 is set to `EFI_APPLICATION`, but can be modified by passing `/subsystem:<...>`
-to the linker. Similarly, the entry-point is to to `efi_main` but can be
+to the linker. Similarly, the entry-point is set to `efi_main` but can be
 changed via `/entry:<...>`. The panic-strategy is set to `abort`,
 
 The UEFI specification is available online for free: