From 491cd2f039989136080d54aadc2e7db606763fc6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 21 Aug 2008 07:00:26 +0000 Subject: [PATCH] spfix --- man2/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index 6712b30d7..656293d06 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -506,7 +506,7 @@ If the .B MAP_FIXED flag is specified, and .I addr -is 0 (NULL), then the mapped adddress will be 0 (NULL). +is 0 (NULL), then the mapped address will be 0 (NULL). .SH BUGS On Linux there are no guarantees like those suggested above under .BR MAP_NORESERVE .