From 1ba42b9f55b11a13a507534e9b832b4d754d6435 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 9 May 2020 11:53:24 +0200 Subject: [PATCH] Wording Co-authored-by: Oliver Scherer --- src/bin/cargo-miri.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo-miri.rs b/src/bin/cargo-miri.rs index 44106955e0f..8b238a7f797 100644 --- a/src/bin/cargo-miri.rs +++ b/src/bin/cargo-miri.rs @@ -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 { -- 2.44.0