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

Commit 32dd383

Browse files
authored
bootstrap: fix typo in doc string
1 parent 1bc5618 commit 32dd383

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)