Skip to content

Commit b5c5382

Browse files
authored
Rollup merge of rust-lang#73929 - kraai:fix-comment-typo, r=jonas-schievink
Fix comment typo
2 parents 385fa6b + 9ce1d19 commit b5c5382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ impl<'a> Builder<'a> {
973973
// we're gated on RUSTC_RPATH here.
974974
//
975975
// 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
976+
// here?" and that is indeed a good question to ask. This codegen
977977
// option is the compiler's current interface to generating an rpath.
978978
// Unfortunately it doesn't quite suffice for us. The flag currently
979979
// takes no value as an argument, so the compiler calculates what it

0 commit comments

Comments
 (0)