about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-01 20:36:10 -0700
committerGitHub <noreply@github.com>2020-07-01 20:36:10 -0700
commitd7be1e4e3353c9f2bc9d697341905e93f57253b1 (patch)
treea30df4257643452b93662f454a9efa4b20e182b7
parent8fcb015b442860866e39b6bda77b557d6267242e (diff)
parent9ce1d197ca14c61ff60e4e9ae27cdb9ceb81792c (diff)
downloadrust-d7be1e4e3353c9f2bc9d697341905e93f57253b1.tar.gz
rust-d7be1e4e3353c9f2bc9d697341905e93f57253b1.zip
Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievink
Fix comment typo
-rw-r--r--src/bootstrap/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index c5e2a4a38cf..f9403260f77 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
@@ -973,7 +973,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