Skip to content

Commit

Permalink
Rollup merge of rust-lang#73929 - kraai:fix-comment-typo, r=jonas-sch…
Browse files Browse the repository at this point in the history
…ievink

Fix comment typo
  • Loading branch information
Manishearth authored Jul 2, 2020
2 parents 385fa6b + 9ce1d19 commit b5c5382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ impl<'a> Builder<'a> {
// we're gated on RUSTC_RPATH here.
//
// Ok, so the astute might be wondering "why isn't `-C rpath` used
// here?" and that is indeed a good question to task. This codegen
// here?" and that is indeed a good question to ask. This codegen
// option is the compiler's current interface to generating an rpath.
// Unfortunately it doesn't quite suffice for us. The flag currently
// takes no value as an argument, so the compiler calculates what it
Expand Down

0 comments on commit b5c5382

Please sign in to comment.