Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievink

Fix comment typo
This commit is contained in:
Manish Goregaokar 2020-07-01 20:36:10 -07:00 committed by GitHub
commit d7be1e4e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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