Skip to content
/ rust Public
forked from rust-lang/rust

Commit 6b26d3c

Browse files
authored
Rollup merge of rust-lang#139709 - tshepang:patch-5, r=Kobzol
bootstrap: fix typo in doc string
2 parents c302718 + 32dd383 commit 6b26d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/download.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ enum DownloadSource {
417417
Dist,
418418
}
419419

420-
/// Functions that are only ever called once, but named for clarify and to avoid thousand-line functions.
420+
/// Functions that are only ever called once, but named for clarity and to avoid thousand-line functions.
421421
impl Config {
422422
pub(crate) fn download_clippy(&self) -> PathBuf {
423423
self.verbose(|| println!("downloading stage0 clippy artifacts"));

0 commit comments

Comments
 (0)