about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-05-10 07:45:53 +0200
committerGitHub <noreply@github.com>2024-05-10 07:45:53 +0200
commit87c09fefbbf54aa30d1252d60ef1135862eef76d (patch)
tree22ef555cc07d3b767226b16018927f908c5284fc /src
parent281aa50e3f52e13377444c518b190ac5dbace0cb (diff)
downloadrust-87c09fefbbf54aa30d1252d60ef1135862eef76d.tar.gz
rust-87c09fefbbf54aa30d1252d60ef1135862eef76d.zip
fix typo
Co-authored-by: jyn <github@jyn.dev>
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs
index c4420010f24..698a576effa 100644
--- a/src/bootstrap/src/lib.rs
+++ b/src/bootstrap/src/lib.rs
@@ -683,7 +683,7 @@ impl Build {
 
         if !self.config.dry_run() {
             {
-                // We first to a dry-run. This is a sanity-check to ensure that
+                // We first do a dry-run. This is a sanity-check to ensure that
                 // steps don't do anything expensive in the dry-run.
                 self.config.dry_run = DryRun::SelfCheck;
                 let builder = builder::Builder::new(self);