Skip to content

Commit a0a6a55

Browse files
psumberaKobzol
andauthored
Update src/bootstrap/src/lib.rs
Co-authored-by: Jakub Beránek <[email protected]>
1 parent 55e3a16 commit a0a6a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ impl Build {
375375
.parent()
376376
.unwrap()
377377
.to_path_buf();
378-
// Since boostrap is hardlink to deps/boostrap-*, Solaris can sometimes give
378+
// Since bootstrap is hardlink to deps/bootstrap-*, Solaris can sometimes give
379379
// path with deps/ which is bad and needs to be avoided.
380380
if bootstrap_out.ends_with("deps") {
381381
bootstrap_out.pop();

0 commit comments

Comments
 (0)