Fix typos
This commit is contained in:
parent
ca851c6b70
commit
b932cf20cf
|
|
@ -66,9 +66,9 @@ Example PRs look like:
|
||||||
|
|
||||||
## Feature updates
|
## Feature updates
|
||||||
|
|
||||||
> Note that this information is as of the time of this writing (December 2018
|
> Note that this information is as of the time of this writing <!-- date:
|
||||||
> <!-- date: 2018-12 -->. The process for updating LLVM changes with practically
|
2018-12 --> (December 2018). The process for updating LLVM changes with
|
||||||
> all LLVM updates, so this may be out of date!
|
practically all LLVM updates, so this may be out of date!
|
||||||
|
|
||||||
Unlike bugfixes, updating to pick up a new feature of LLVM typically requires a
|
Unlike bugfixes, updating to pick up a new feature of LLVM typically requires a
|
||||||
lot more work. This is where we can't reasonably cherry-pick commits backwards
|
lot more work. This is where we can't reasonably cherry-pick commits backwards
|
||||||
|
|
|
||||||
|
|
@ -154,9 +154,9 @@ Note that by default, `x.py setup` will use CI-built LLVM if available for your
|
||||||
platform so that you don't need to build LLVM in addition to building the
|
platform so that you don't need to build LLVM in addition to building the
|
||||||
compiler. In some circumstances, such as when updating the version of LLVM used
|
compiler. In some circumstances, such as when updating the version of LLVM used
|
||||||
by `rustc`, you may want to temporarily disable this feature. See the ["Updating
|
by `rustc`, you may want to temporarily disable this feature. See the ["Updating
|
||||||
LLVM"] for more.
|
LLVM" section] for more.
|
||||||
|
|
||||||
["Updating LLVM"]: https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html?highlight=download-ci-llvm#feature-updates
|
["Updating LLVM" section]: https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html?highlight=download-ci-llvm#feature-updates
|
||||||
|
|
||||||
### x.py Intro
|
### x.py Intro
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue