Skip to content

Commit 30bf2a4

Browse files
committed
spelling: windows
Signed-off-by: Josh Soref <[email protected]>
1 parent d79d09a commit 30bf2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/os_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
329329
match direction {
330330
PathConversion::HostToTarget => {
331331
// If this start withs a `\`, we add `\\?` so it starts with `\\?\` which is
332-
// some magic path on Windos that *is* considered absolute.
332+
// some magic path on Windows that *is* considered absolute.
333333
if converted.get(0).copied() == Some(b'\\') {
334334
converted.splice(0..0, b"\\\\?".iter().copied());
335335
}

0 commit comments

Comments
 (0)