Skip to content

Commit 9ce1d19

Browse files
committed
Fix comment typo
1 parent 14e65d5 commit 9ce1d19

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
@@ -980,7 +980,7 @@ impl<'a> Builder<'a> {
980980
// we're gated on RUSTC_RPATH here.
981981
//
982982
// Ok, so the astute might be wondering "why isn't `-C rpath` used
983-
// here?" and that is indeed a good question to task. This codegen
983+
// here?" and that is indeed a good question to ask. This codegen
984984
// option is the compiler's current interface to generating an rpath.
985985
// Unfortunately it doesn't quite suffice for us. The flag currently
986986
// takes no value as an argument, so the compiler calculates what it

0 commit comments

Comments
 (0)