3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ For submodules, changes need to be made against the repository corresponding the
18
18
submodule, and not the main ` rust-lang/rust ` repository.
19
19
20
20
For subtrees, prefer sending a PR against the subtree's repository if it does
21
- not need to be made against the main ` rust-lang/rust ` repostory (e.g. a
21
+ not need to be made against the main ` rust-lang/rust ` repository (e.g. a
22
22
rustc-dev-guide change that does not accompany a compiler change).
23
23
24
24
## About the [ rustc-dev-guide]
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ mod uefi_command_internal {
757
757
}
758
758
759
759
/// Create a map of environment variable changes. Allows efficient setting and rolling back of
760
- /// enviroment variable changes.
760
+ /// environment variable changes.
761
761
///
762
762
/// Entry: (Old Value, New Value)
763
763
fn env_changes ( env : & CommandEnv ) -> Option < BTreeMap < EnvKey , ( Option < OsString > , Option < OsString > ) > > {
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ section below.
65
65
66
66
A RISC-V toolchain can be obtained for Windows/Mac/Linux from the
67
67
[ ` riscv-gnu-toolchain ` ] ( https://github.com/riscv-collab/riscv-gnu-toolchain )
68
- repostory . Binaries are available via
68
+ repository . Binaries are available via
69
69
[ embecosm] ( https://www.embecosm.com/resources/tool-chain-downloads/#riscv-linux ) ,
70
70
and may also be available from your OS's package manager.
71
71
0 commit comments