about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-04-12 11:38:55 +0200
committerGitHub <noreply@github.com>2025-04-12 11:38:55 +0200
commit32dd3831f56973881ad2a47d4b4002d18de26c5f (patch)
tree7c53df8d7a349ac40e333db911208e774b46ccff /src/bootstrap
parent1bc56185ee257ed829a0aea7abdc3b03c5fed887 (diff)
downloadrust-32dd3831f56973881ad2a47d4b4002d18de26c5f.tar.gz
rust-32dd3831f56973881ad2a47d4b4002d18de26c5f.zip
bootstrap: fix typo in doc string
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/download.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/download.rs b/src/bootstrap/src/core/download.rs
index 5bd947f6e63..4e4b948a8fd 100644
--- a/src/bootstrap/src/core/download.rs
+++ b/src/bootstrap/src/core/download.rs
@@ -417,7 +417,7 @@ enum DownloadSource {
     Dist,
 }
 
-/// Functions that are only ever called once, but named for clarify and to avoid thousand-line functions.
+/// Functions that are only ever called once, but named for clarity and to avoid thousand-line functions.
 impl Config {
     pub(crate) fn download_clippy(&self) -> PathBuf {
         self.verbose(|| println!("downloading stage0 clippy artifacts"));