about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-07-21 15:52:50 +0200
committerGitHub <noreply@github.com>2021-07-21 15:52:50 +0200
commitc6aaadc33ea241e3548a04b8431644ad8bbdf6e7 (patch)
tree40caaf8f754d15044b5960c7408680d69a99e990
parenteb54ddd123d0c2d14968336189eb5ab9ab169c8e (diff)
parent64f4e34d69a99b00e635a572a0643dd008bb5a3a (diff)
downloadrust-c6aaadc33ea241e3548a04b8431644ad8bbdf6e7.tar.gz
rust-c6aaadc33ea241e3548a04b8431644ad8bbdf6e7.zip
Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514
Fix typo in compile.rs
-rw-r--r--src/bootstrap/compile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs
index 8c28d0b60fa..77d2684b5d2 100644
--- a/src/bootstrap/compile.rs
+++ b/src/bootstrap/compile.rs
@@ -2,7 +2,7 @@
 //! library.
 //!
 //! This module contains some of the real meat in the rustbuild build system
-//! which is where Cargo is used to compiler the standard library, libtest, and
+//! which is where Cargo is used to compile the standard library, libtest, and
 //! compiler. This module is also responsible for assembling the sysroot as it
 //! goes along from the output of the previous stage.