Skip to content

Commit 1f7a71b

Browse files
committed
Rollup merge of #34411 - Vogtinator:patch-1, r=sanxiyn
Fix typo in bootstrap README "boostrap" instead of "bootstrap"
2 parents 865a328 + 03f9dd2 commit 1f7a71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compiler. What actually happens when you invoke rustbuild is:
5050
1. The entry point script, `src/bootstrap/bootstrap.py` is run. This script is
5151
responsible for downloading the stage0 compiler/Cargo binaries, and it then
5252
compiles the build system itself (this folder). Finally, it then invokes the
53-
actual `boostrap` binary build system.
53+
actual `bootstrap` binary build system.
5454
2. In Rust, `bootstrap` will slurp up all configuration, perform a number of
5555
sanity checks (compilers exist for example), and then start building the
5656
stage0 artifacts.

0 commit comments

Comments
 (0)