]> git.lizzy.rs Git - rust.git/commitdiff
Wording
authorRalf Jung <post@ralfj.de>
Sat, 9 May 2020 09:53:24 +0000 (11:53 +0200)
committerGitHub <noreply@github.com>
Sat, 9 May 2020 09:53:24 +0000 (11:53 +0200)
Co-authored-by: Oliver Scherer <github35764891676564198441@oli-obk.de>
src/bin/cargo-miri.rs

index 44106955e0f4cb7d2007a7d147ae29c1302c6227..8b238a7f797294e420f46f3784faf068b61b2eb4 100644 (file)
@@ -500,7 +500,7 @@ fn inside_cargo_rustc() {
     /// be built like normal; target crates need to be built for or interpreted
     /// by Miri.
     ///
-    /// Currently, we detect this by checking for "--target=", which flag is
+    /// Currently, we detect this by checking for "--target=", which is
     /// never set for host crates. This matches what rustc bootstrap does,
     /// which hopefully makes it "reliable enough".
     fn is_target_crate() -> bool {