We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca0c740 + 1087325 commit 9c6795bCopy full SHA for 9c6795b
src/tools/miri/tests/fail-dep/shims/munmap_partial.rs
@@ -1,5 +1,5 @@
1
//! 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
+//! region of address space, but to LLVM that would be partial deallocation, which LLVM does not
3
//! support. So even though the man pages say this sort of use is possible, we must report UB.
4
//@ignore-target-windows: No libc on Windows
5
//@normalize-stderr-test: "size [0-9]+ and alignment" -> "size SIZE and alignment"
0 commit comments