We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee3267 commit 03f9dd2Copy full SHA for 03f9dd2
src/bootstrap/README.md
@@ -50,7 +50,7 @@ compiler. What actually happens when you invoke rustbuild is:
50
1. The entry point script, `src/bootstrap/bootstrap.py` is run. This script is
51
responsible for downloading the stage0 compiler/Cargo binaries, and it then
52
compiles the build system itself (this folder). Finally, it then invokes the
53
- actual `boostrap` binary build system.
+ actual `bootstrap` binary build system.
54
2. In Rust, `bootstrap` will slurp up all configuration, perform a number of
55
sanity checks (compilers exist for example), and then start building the
56
stage0 artifacts.
0 commit comments