@@ -122,7 +122,7 @@ shell with:
122122
123123Currently, building Rust only works with some known versions of Visual Studio. If
124124you have a more recent version installed the build system doesn't understand
125- then you may need to force rust build to use an older version. This can be done
125+ then you may need to force rustbuild to use an older version. This can be done
126126by manually calling the appropriate vcvars file before running the bootstrap.
127127
128128```
@@ -159,7 +159,7 @@ $ ./configure
159159$ make && sudo make install
160160```
161161
162- When using the configure script, the generated ` config.mk ` the file may override the
162+ When using the configure script, the generated ` config.mk ` file may override the
163163` config.toml ` file. To go back to the ` config.toml ` file, delete the generated
164164` config.mk ` file.
165165
@@ -182,7 +182,7 @@ the ABI used. I.e., if the ABI was `x86_64-pc-windows-msvc`, the directory will
182182Since the Rust compiler is written in Rust, it must be built by a
183183precompiled "snapshot" version of itself (made in an earlier stage of
184184development). As such, source builds require a connection to the Internet, to
185- fetch snapshots and an OS that can execute the available snapshot binaries.
185+ fetch snapshots, and an OS that can execute the available snapshot binaries.
186186
187187Snapshot binaries are currently built and tested on several platforms:
188188
0 commit comments