diff options
| author | Jubilee <workingjubilee@gmail.com> | 2025-03-04 19:37:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 19:37:04 -0800 |
| commit | 131867b68bd8d121f451764bda9d6a4c8e93a513 (patch) | |
| tree | dca104a18ac4da73921096d09d2dfe03f73c2c86 /src | |
| parent | c32124fac051b1257f9db56875e9bd1044babdff (diff) | |
| parent | 4febd273e5a82a9c5aa648e8d843baa184c30929 (diff) | |
| download | rust-131867b68bd8d121f451764bda9d6a4c8e93a513.tar.gz rust-131867b68bd8d121f451764bda9d6a4c8e93a513.zip | |
Rollup merge of #137986 - fuyangpengqi:master, r=Amanieu
Fix some typos Fix some typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support/riscv64gc-unknown-linux-gnu.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/riscv64gc-unknown-linux-gnu.md b/src/doc/rustc/src/platform-support/riscv64gc-unknown-linux-gnu.md index b57083980d2..dda2a50c33d 100644 --- a/src/doc/rustc/src/platform-support/riscv64gc-unknown-linux-gnu.md +++ b/src/doc/rustc/src/platform-support/riscv64gc-unknown-linux-gnu.md @@ -65,7 +65,7 @@ section below. A RISC-V toolchain can be obtained for Windows/Mac/Linux from the [`riscv-gnu-toolchain`](https://github.com/riscv-collab/riscv-gnu-toolchain) -repostory. Binaries are available via +repository. Binaries are available via [embecosm](https://www.embecosm.com/resources/tool-chain-downloads/#riscv-linux), and may also be available from your OS's package manager. |
