Skip to content

Commit

Permalink
Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
Manishearth committed Jul 2, 2020
2 parents 8fcb015 + 9ce1d19 commit d7be1e4
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 d7be1e4

Please sign in to comment.