Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 14:09:12 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 81720dbab2a8 - mmap(2): Fix a typo
Message-ID:  <202012241409.0BOE9CYb051258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2020-12-24 14:08:34 +0000
Commit:     Guangyuan Yang <ygy@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012241409.0BOE9CYb051258>