Auto merge of #3373 - tgolang:master, r=RalfJung

chore: remove repetitive word
This commit is contained in:
bors 2024-03-11 08:14:52 +00:00
commit 7a5b6eb9dc

View file

@ -95,7 +95,7 @@ pub fn phase_cargo_miri(mut args: impl Iterator<Item = String>) {
let target = get_arg_flag_value("--target");
let target = target.as_ref().unwrap_or(host);
// If cleaning the the target directory & sysroot cache,
// If cleaning the target directory & sysroot cache,
// delete them then exit. There is no reason to setup a new
// sysroot in this execution.
if let MiriCommand::Clean = subcommand {