Skip to content

Commit 5531a80

Browse files
committed
chore: remove repetitive word
Signed-off-by: tgolang <[email protected]>
1 parent 16316a9 commit 5531a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/cargo-miri/src/phases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn phase_cargo_miri(mut args: impl Iterator<Item = String>) {
9595
let target = get_arg_flag_value("--target");
9696
let target = target.as_ref().unwrap_or(host);
9797

98-
// If cleaning the the target directory & sysroot cache,
98+
// If cleaning the target directory & sysroot cache,
9999
// delete them then exit. There is no reason to setup a new
100100
// sysroot in this execution.
101101
if let MiriCommand::Clean = subcommand {

0 commit comments

Comments
 (0)