about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2016-12-19 16:59:44 +0900
committerGitHub <noreply@github.com>2016-12-19 16:59:44 +0900
commitfda41c6b5cbdd7d848eb1011d4a22b496e077f00 (patch)
treee5cecbe94ca03e6a7dbd01a8a121124e45c1e4b3
parent9f18f25464f3d73c9d5942ef4823a4d0b77cbf2f (diff)
parent1e7bc907086c7eb5415f020ecde3fe7020d5b360 (diff)
downloadrust-fda41c6b5cbdd7d848eb1011d4a22b496e077f00.tar.gz
rust-fda41c6b5cbdd7d848eb1011d4a22b496e077f00.zip
Rollup merge of #38445 - est31:master, r=apasel422
stage0.txt: typo fix
-rw-r--r--src/stage0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage0.txt b/src/stage0.txt
index 2048f711c21..4fbd70835dd 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -2,7 +2,7 @@
 # compiler itself. For the rustbuild build system, this also describes the
 # relevant Cargo revision that we're using.
 #
-# Currently Rust always bootstrap from the previous stable release, and in our
+# Currently Rust always bootstraps from the previous stable release, and in our
 # train model this means that the master branch bootstraps from beta, beta
 # bootstraps from current stable, and stable bootstraps from the previous stable
 # release.