]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/dist.rs
Rollup merge of #94991 - CAD97:const-weak-new, r=dtolnay
[rust.git] / src / bootstrap / dist.rs
index 76054122d00b1ba315fe57bcf94d87c9c9677619..be965971dbb6f80a2e8176a1993aca5af72793d0 100644 (file)
@@ -2082,7 +2082,7 @@ fn run(self, builder: &Builder<'_>) -> Option<GeneratedTarball> {
     }
 }
 
-/// Tarball containing a prebuilt version of the build-manifest tool, intented to be used by the
+/// Tarball containing a prebuilt version of the build-manifest tool, intended to be used by the
 /// release process to avoid cloning the monorepo and building stuff.
 ///
 /// Should not be considered stable by end users.