We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e3a16 commit a0a6a55Copy full SHA for a0a6a55
src/bootstrap/src/lib.rs
@@ -375,7 +375,7 @@ impl Build {
375
.parent()
376
.unwrap()
377
.to_path_buf();
378
- // Since boostrap is hardlink to deps/boostrap-*, Solaris can sometimes give
+ // Since bootstrap is hardlink to deps/bootstrap-*, Solaris can sometimes give
379
// path with deps/ which is bad and needs to be avoided.
380
if bootstrap_out.ends_with("deps") {
381
bootstrap_out.pop();
0 commit comments