about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-09-08 23:24:18 -0400
committerTshepang Lekhonkhobe <tshepang@gmail.com>2020-09-09 16:58:05 +0200
commit09a931a4aae4cb17a1213d8dc0c7dcad636cd3d6 (patch)
tree914a6cbedbd04b233457d39db62665d9dde9d201 /src/doc/rustc-dev-guide
parent7b9ad6b4b7306af757908833c2f5e54102a3a2ff (diff)
downloadrust-09a931a4aae4cb17a1213d8dc0c7dcad636cd3d6.tar.gz
rust-09a931a4aae4cb17a1213d8dc0c7dcad636cd3d6.zip
Fix typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/bootstrapping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
index dd24699fe09..697ca80d13a 100644
--- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md
+++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
@@ -96,7 +96,7 @@ Because there are two separate codebases behind `x.py`, they need to
 be kept in sync. In particular, both `bootstrap.py` and the bootstrap binary
 parse `config.toml` and read the same command line arguments. `bootstrap.py`
 keeps these in sync by setting various environment variables, and the
-programs sometimes to have add arguments that are explicitly ignored, to be
+programs sometimes have to add arguments that are explicitly ignored, to be
 read by the other.
 
 ### Adding a setting to config.toml