git: 3cf59750eb3e - main - netinet6: Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Nov 2021 06:25:33 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=3cf59750eb3e9d548235ecef34fffd275b6d9463
commit 3cf59750eb3e9d548235ecef34fffd275b6d9463
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-30 06:24:44 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-30 06:24:44 +0000
netinet6: Fix a typo in a sysctl description
- remove a double 'a'
MFC after: 3 days
---
sys/netinet6/frag6.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c
index 222bd157fddd..e0857d3af3e8 100644
--- a/sys/netinet6/frag6.c
+++ b/sys/netinet6/frag6.c
@@ -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