Rollup merge of #38073 - cardoe:fix-typo, r=frewsxcv

bootstrap/README: fix small typo
This commit is contained in:
Corey Farwell 2016-12-03 15:39:52 -05:00 committed by GitHub
commit cf299315f6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The script accepts commands, flags, and filters to determine what to do:
# build the whole compiler
./x.py build
# build the stage1 compier
# build the stage1 compiler
./x.py build --stage 1
# build stage0 libstd