Skip to content

Commit 1087325

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in munmap_partial.rs
addres -> address
1 parent c485ee7 commit 1087325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/fail-dep/shims/munmap_partial.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! The man pages for mmap/munmap suggest that it is possible to partly unmap a previously-mapped
2-
//! region of addres space, but to LLVM that would be partial deallocation, which LLVM does not
2+
//! region of address space, but to LLVM that would be partial deallocation, which LLVM does not
33
//! support. So even though the man pages say this sort of use is possible, we must report UB.
44
//@ignore-target-windows: No libc on Windows
55
//@normalize-stderr-test: "size [0-9]+ and alignment" -> "size SIZE and alignment"

0 commit comments

Comments
 (0)