about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorTechVest <techdashen@qq.com>2024-04-17 15:05:56 +0800
committerTechVest <techdashen@qq.com>2024-04-25 10:47:24 +0800
commit45df09b7deaeda5a816d9e447e5cca7b928b60c6 (patch)
tree66d00edc7770527432ebea4cd021be4a6338cee3 /src/bootstrap
parentb7581490aaf964d4a34121d75be0fc49a2445911 (diff)
downloadrust-45df09b7deaeda5a816d9e447e5cca7b928b60c6.tar.gz
rust-45df09b7deaeda5a816d9e447e5cca7b928b60c6.zip
Fix some typos in comments
Signed-off-by: TechVest <techdashen@qq.com>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/build_steps/compile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/compile.rs b/src/bootstrap/src/core/build_steps/compile.rs
index 9420e40d6c2..93feb1d4daa 100644
--- a/src/bootstrap/src/core/build_steps/compile.rs
+++ b/src/bootstrap/src/core/build_steps/compile.rs
@@ -43,7 +43,7 @@ pub struct Std {
     /// This shouldn't be used from other steps; see the comment on [`Rustc`].
     crates: Vec<String>,
     /// When using download-rustc, we need to use a new build of `std` for running unit tests of Std itself,
-    /// but we need to use the downloaded copy of std for linking to rustdoc. Allow this to be overriden by `builder.ensure` from other steps.
+    /// but we need to use the downloaded copy of std for linking to rustdoc. Allow this to be overridden by `builder.ensure` from other steps.
     force_recompile: bool,
     extra_rust_args: &'static [&'static str],
     is_for_mir_opt_tests: bool,