]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mmap.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 6 Jul 2020 10:39:09 +0000 (12:39 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 6 Jul 2020 10:39:09 +0000 (12:39 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/mmap.2

index 3fa59b0e0180988462917d8186787de3077b06ee..88a16e3e858d4048a3dcc2b22abce798f1415cce 100644 (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.