Skip to content

Commit 7a5b6eb

Browse files
committed
Auto merge of #3373 - tgolang:master, r=RalfJung
chore: remove repetitive word
2 parents 16316a9 + 5531a80 commit 7a5b6eb

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)