about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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