Skip to content

Commit 64c7cf2

Browse files
committed
followup for pr 2640
1 parent 004a460 commit 64c7cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/src/phases.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ pub fn phase_runner(mut binary_args: impl Iterator<Item = String>, phase: Runner
528528
cmd.args(binary_args);
529529

530530
// Make sure we use the build-time working directory for interpreting Miri/rustc arguments.
531-
// But then we need to switch to the run-time one, which we instruct Miri do by setting `MIRI_CWD`.
531+
// But then we need to switch to the run-time one, which we instruct Miri to do by setting `MIRI_CWD`.
532532
cmd.current_dir(info.current_dir);
533533
cmd.env("MIRI_CWD", env::current_dir().unwrap());
534534

0 commit comments

Comments
 (0)