Skip to content

Commit f0987a3

Browse files
RalfJungoli-obk
andauthored
fix typo
Co-authored-by: Oli Scherer <[email protected]>
1 parent b9ced21 commit f0987a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ fn phase_cargo_rustc(args: env::ArgsOs) {
461461
// But we cannot run it here, as cargo invoked us as a compiler -- our stdin and stdout are not
462462
// like we want them.
463463
// Instead of compiling, we write JSON into the output file with all the relevant command-line flags
464-
// and environment variables; this is sued alter when cargo calls us again in the CARGO_TARGET_RUNNER phase.
464+
// and environment variables; this is used when cargo calls us again in the CARGO_TARGET_RUNNER phase.
465465
let info = CrateRunInfo::collect(args);
466466

467467
let mut path = PathBuf::from(get_arg_flag_value("--out-dir").unwrap());

0 commit comments

Comments
 (0)