]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/compile.rs
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / bootstrap / compile.rs
index 8e5fe2520cad7fde10c3bda64895444e9f56f6a6..f686dfe71b93733fdb4aff7296914dc76483f51a 100644 (file)
@@ -113,7 +113,7 @@ fn run(self, builder: &Builder<'_>) {
     }
 }
 
-/// Copies third pary objects needed by various targets.
+/// Copies third party objects needed by various targets.
 fn copy_third_party_objects(builder: &Builder<'_>, compiler: &Compiler, target: Interned<String>)
     -> Vec<PathBuf>
 {