mmap.2: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-07-06 12:39:09 +02:00
parent 8c1bd6e500
commit 0664253bf8
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ making it easy for a multithreaded process to corrupt its own address space.
.PP
For example, suppose that thread A looks through
.I /proc/<pid>/maps
and in order to locate an unused address range that it can map using
in order to locate an unused address range that it can map using
.BR MAP_FIXED ,
while thread B simultaneously acquires part or all of that same
address range.