]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorhyd-dev <yd-huang@outlook.com>
Sat, 26 Jun 2021 14:22:40 +0000 (22:22 +0800)
committerhyd-dev <yd-huang@outlook.com>
Sat, 26 Jun 2021 14:22:40 +0000 (22:22 +0800)
cargo-miri/bin.rs

index 939ea5ac507fc9715fdee340ef11d52b26832fc2..e9596e56f742451b74ab0c1a3b198c33c5ac5308 100644 (file)
@@ -481,7 +481,7 @@ struct Metadata {
     let mut cmd = cargo();
     // `-Zunstable-options` is required by `--config`.
     cmd.args(["metadata", "--no-deps", "--format-version=1", "-Zunstable-options"]);
-    // The `build.target-dir` config can by passed by `--config` flags, so forward them to
+    // The `build.target-dir` config can be passed by `--config` flags, so forward them to
     // `cargo metadata`.
     let config_flag = "--config";
     for arg in ArgSplitFlagValue::new(