bootstrap/README: fix small typo

This commit is contained in:
Doug Goldstein 2016-11-29 13:14:37 -06:00
parent f50dbd580f
commit ffcdc19178
No known key found for this signature in database
GPG key ID: A2BC03DC87ED1BD4

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