diff options
| author | KRAAI, MATTHEW [VISUS] <mkraai@its.jnj.com> | 2020-07-01 08:35:09 -0700 |
|---|---|---|
| committer | KRAAI, MATTHEW [VISUS] <mkraai@its.jnj.com> | 2020-07-01 08:35:09 -0700 |
| commit | 9ce1d197ca14c61ff60e4e9ae27cdb9ceb81792c (patch) | |
| tree | 53092576828247209743cc44f73ec71b4e204baa | |
| parent | 14e65d5e95da0f7e4f9127cf1598fa46f33972e8 (diff) | |
| download | rust-9ce1d197ca14c61ff60e4e9ae27cdb9ceb81792c.tar.gz rust-9ce1d197ca14c61ff60e4e9ae27cdb9ceb81792c.zip | |
Fix comment typo
| -rw-r--r-- | src/bootstrap/builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 8f0a245a565..21ebadb0de4 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -980,7 +980,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 |
