1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

netinet6: Fix a typo in a sysctl description

- remove a double 'a'

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-30 07:24:44 +01:00
parent b4aa9cb217
commit 3cf59750eb

View File

@ -179,7 +179,7 @@ frag6_set_bucketsize(void)
SYSCTL_INT(_net_inet6_ip6, IPV6CTL_MAXFRAGS, maxfrags,
CTLFLAG_RW, &ip6_maxfrags, 0,
"Maximum allowed number of outstanding IPv6 packet fragments. "
"A value of 0 means no fragmented packets will be accepted, while a "
"A value of 0 means no fragmented packets will be accepted, while "
"a value of -1 means no limit");
static int