From ffcdc191782bbb23b5a7669f4e4f7e3054893878 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 29 Nov 2016 13:14:37 -0600 Subject: [PATCH] bootstrap/README: fix small typo --- src/bootstrap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index f73f41ffae2..24d716c1195 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -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