Skip to content

Commit c8fd7a7

Browse files
jyn514mark-i-m
andcommitted
Improve wording and fix typos
Co-authored-by: Who? Me?! <[email protected]>
1 parent d6bf48e commit c8fd7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/building/bootstrapping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ only way to build a modern version of rustc is a slightly less modern
1515
version.
1616

1717
This is exactly how `x.py` works: it downloads the current `beta` release of
18-
rustc, then uses it to compile the nightly compiler. The beta release is
18+
rustc, then uses it to compile the new compiler. The beta release is
1919
called `stage0` and the newly built compiler is `stage1` (or `stage0
2020
artifacts`). To get the full benefits of the new compiler (e.g. optimizations
2121
and new features), the `stage1` compiler then compiles _itself_ again. This
@@ -62,7 +62,7 @@ components of bootstrap: the main one written in rust, and `bootstrap.py`.
6262
`stage0` compiler, which will then build the bootstrap binary written in
6363
Rust.
6464

65-
Because there are two separate codebases being from from `x.py`, they need to
65+
Because there are two separate codebases behind `x.py`, they need to
6666
be kept in sync. In particular, both `bootstrap.py` and the bootstrap binary
6767
parse `config.toml` and read the same command line arguments. `bootstrap.py`
6868
keeps these in sync by setting various environment variables, and the

0 commit comments

Comments
 (0)