summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-06-27 09:42:56 +0000
committerkib <kib@FreeBSD.org>2017-06-27 09:42:56 +0000
commit413ad3071fd488f1081aff1790501da9d8ac3a51 (patch)
treed799af57aa2c217384879d417c473e680c5ac612 /lib/libc
parent4b7af8472eec1edc9721c50deb31b31f60559dcc (diff)
downloadFreeBSD-src-413ad3071fd488f1081aff1790501da9d8ac3a51.zip
FreeBSD-src-413ad3071fd488f1081aff1790501da9d8ac3a51.tar.gz
MFC r320313:
Fix typo. Approved by: re (marius)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mmap.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 070b456..80be418 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -69,7 +69,7 @@ current) offsets in the object.
In particular, the
.Fa offset
value cannot be negative.
-If the object is truncated and the process later accesses a pages that
+If the object is truncated and the process later accesses a page that
is wholly within the truncated region, the access is aborted and a
.Dv SIGBUS
signal is delivered to the process.
OpenPOWER on IntegriCloud