Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb
Fix typos in compiler I ran [`typos -w compiler`](https://github.com/crate-ci/typos) to fix typos in the `compiler` directory. Refs #110150
This commit is contained in:
commit
331e7c3659
70 changed files with 138 additions and 136 deletions
|
@ -123,7 +123,7 @@ pub enum Lld {
|
|||
/// target properties, in accordance with the first design goal.
|
||||
///
|
||||
/// The first component of the flavor is tightly coupled with the compilation target,
|
||||
/// while the `Cc` and `Lld` flags can vary withing the same target.
|
||||
/// while the `Cc` and `Lld` flags can vary within the same target.
|
||||
#[derive(Clone, Copy, Debug, Eq, Ord, PartialEq, PartialOrd)]
|
||||
pub enum LinkerFlavor {
|
||||
/// Unix-like linker with GNU extensions (both naked and compiler-wrapped forms).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue