about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-07-20 17:51:07 -0600
committerMark Simulacrum <mark.simulacrum@gmail.com>2017-07-20 17:51:07 -0600
commit6a67a050c62a14c75a314b498ab6dcf6620b29c7 (patch)
treecd116caafab4366b2479a66c94b031511ed6d6b8 /src/bootstrap/lib.rs
parentb05af49086d50bf9f325070746975868f8c16f0f (diff)
downloadrust-6a67a050c62a14c75a314b498ab6dcf6620b29c7.tar.gz
rust-6a67a050c62a14c75a314b498ab6dcf6620b29c7.zip
Change make_run signature to taking a RunConfig struct for refactorability.
Diffstat (limited to 'src/bootstrap/lib.rs')
-rw-r--r--src/bootstrap/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index 472aea783f2..5b5ef3f07f9 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -96,7 +96,7 @@
 //! provide those libraries for it; they are mostly equivalent to constructing
 //! the stage1/bin compiler so we don't go through them individually.
 //!
-//! ## Uplifiting stage1 {std,test,rustc}
+//! ## Uplifting stage1 {std,test,rustc}
 //!
 //! This step copies the libraries from the stage1 compiler sysroot into the
 //! stage2 compiler. This is done to avoid rebuilding the compiler; libraries