mbuf(9): Remove two double words in the manual page

- s/is is/is/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2022-04-03 16:08:07 +02:00
parent 756220b515
commit f052fda5c5

View File

@ -576,14 +576,14 @@ for non-critical paths.
Allocate an
.Vt mbuf
with enough space to hold specified amount of data.
If the size is is larger than
If the size is larger than
.Dv MJUMPAGESIZE , NULL
will be returned.
.It Fn m_get3 size how type flags
Allocate an
.Vt mbuf
with enough space to hold specified amount of data.
If the size is is larger than
If the size is larger than
.Dv MJUM16BYTES, NULL
will be returned.
.It Fn m_getm orig len how type