We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fcb015 + 9ce1d19 commit d7be1e4Copy full SHA for d7be1e4
src/bootstrap/builder.rs
@@ -973,7 +973,7 @@ impl<'a> Builder<'a> {
973
// we're gated on RUSTC_RPATH here.
974
//
975
// Ok, so the astute might be wondering "why isn't `-C rpath` used
976
- // here?" and that is indeed a good question to task. This codegen
+ // here?" and that is indeed a good question to ask. This codegen
977
// option is the compiler's current interface to generating an rpath.
978
// Unfortunately it doesn't quite suffice for us. The flag currently
979
// takes no value as an argument, so the compiler calculates what it
0 commit comments