From 5531a80e56b8b58a3b39caeae7dcf45c410868d5 Mon Sep 17 00:00:00 2001 From: tgolang Date: Mon, 11 Mar 2024 15:40:39 +0800 Subject: [PATCH] chore: remove repetitive word Signed-off-by: tgolang --- src/tools/miri/cargo-miri/src/phases.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/miri/cargo-miri/src/phases.rs b/src/tools/miri/cargo-miri/src/phases.rs index 315f7a23a912..81ff68545ccd 100644 --- a/src/tools/miri/cargo-miri/src/phases.rs +++ b/src/tools/miri/cargo-miri/src/phases.rs @@ -95,7 +95,7 @@ pub fn phase_cargo_miri(mut args: impl Iterator) { 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 {