Skip to content

Commit 9c6795b

Browse files
authored
Rollup merge of rust-lang#120102 - eltociear:patch-24, r=oli-obk
Fix typo in munmap_partial.rs addres -> address
2 parents ca0c740 + 1087325 commit 9c6795b

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)