git: 81720dbab2a8 - mmap(2): Fix a typo
Guangyuan Yang
ygy at FreeBSD.org
Thu Dec 24 14:09:12 UTC 2020
The branch main has been updated by ygy (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=81720dbab2a84669ec719149501b75ae78c3d4ee
commit 81720dbab2a84669ec719149501b75ae78c3d4ee
Author: Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2020-12-24 14:08:34 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2020-12-24 14:08:34 +0000
mmap(2): Fix a typo
PR: 252097
MFC after: 1 week
Reported by: Nick Frampton <nick.frampton at akips.com>
---
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
More information about the dev-commits-src-main
mailing list