Skip to content

Commit f636938

Browse files
kraaiindirect
authored andcommitted
Fix comment typo
1 parent a2cb6fb commit f636938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

Lines changed: 1 addition & 1 deletion
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)