about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-11-29 13:14:37 -0600
committerDoug Goldstein <cardoe@cardoe.com>2016-11-29 13:14:37 -0600
commitffcdc191782bbb23b5a7669f4e4f7e3054893878 (patch)
tree3dcd07659c6a28665866690c670808d2ea7a1e6e /src/bootstrap
parentf50dbd580f3d5d88a300da540db3c85164bfd0de (diff)
downloadrust-ffcdc191782bbb23b5a7669f4e4f7e3054893878.tar.gz
rust-ffcdc191782bbb23b5a7669f4e4f7e3054893878.zip
bootstrap/README: fix small typo
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/README.md2
1 files changed, 1 insertions, 1 deletions
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