From 81720dbab2a84669ec719149501b75ae78c3d4ee Mon Sep 17 00:00:00 2001 From: Guangyuan Yang Date: Thu, 24 Dec 2020 14:08:34 +0000 Subject: [PATCH] mmap(2): Fix a typo PR: 252097 MFC after: 1 week Reported by: Nick Frampton --- lib/libc/sys/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 4635a33e0958..143705fed103 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -79,7 +79,7 @@ If references a device file, the interpretation of the .Fa offset value is device specific and defined by the device driver. -The virtual memory subsystem does not impose any restrictitions on the +The virtual memory subsystem does not impose any restrictions on the .Fa offset value in this case, passing it unchanged to the driver. .Pp