mmap(2): Fix a typo

PR:             252097
MFC after:      1 week
Reported by:    Nick Frampton <nick.frampton@akips.com>
This commit is contained in:
Guangyuan Yang 2020-12-24 14:08:34 +00:00
parent a8261b70e6
commit 81720dbab2

View File

@ -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