diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-14 19:26:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-14 19:26:18 +0100 |
| commit | 5763fa74f0bda2fe87003360f9059e67c1b8dcf5 (patch) | |
| tree | 838ee4ad2498bb1ce9876eea4ed2d327fecf530c /compiler/rustc_target/src | |
| parent | 43bb507d128dc1ea0618ee678245c6bdab561dcf (diff) | |
| parent | 442f848d74c4c3b89e9358a2dced1518f406cbb6 (diff) | |
| download | rust-5763fa74f0bda2fe87003360f9059e67c1b8dcf5.tar.gz rust-5763fa74f0bda2fe87003360f9059e67c1b8dcf5.zip | |
Rollup merge of #104349 - rustaceanclub:master, r=oli-obk
fix some typos in comments
Diffstat (limited to 'compiler/rustc_target/src')
| -rw-r--r-- | compiler/rustc_target/src/spec/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/mod.rs b/compiler/rustc_target/src/spec/mod.rs index e809f646860..664592b02a1 100644 --- a/compiler/rustc_target/src/spec/mod.rs +++ b/compiler/rustc_target/src/spec/mod.rs @@ -114,7 +114,7 @@ pub enum Lld { /// relevant now. /// /// The second goal is to keep the number of flavors to the minimum if possible. -/// LLD somewhat forces our hand here because that linker is self-sufficent only if its executable +/// LLD somewhat forces our hand here because that linker is self-sufficient only if its executable /// (`argv[0]`) is named in specific way, otherwise it doesn't work and requires a /// `-flavor LLD_FLAVOR` argument to choose which logic to use. Our shipped `rust-lld` in /// particular is not named in such specific way, so it needs the flavor option, so we make our |
