git: 6d6532614f5b - stable/12 - netinet6: Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Dec 2021 15:58:02 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=6d6532614f5b9e69a3afa5cbcffadc207e2d0d30
commit 6d6532614f5b9e69a3afa5cbcffadc207e2d0d30
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-30 06:24:44 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-03 15:55:24 +0000
netinet6: Fix a typo in a sysctl description
- remove a double 'a'
(cherry picked from commit 3cf59750eb3e9d548235ecef34fffd275b6d9463)
---
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 5a31bbff9747..fe9fde6bcb25 100644
--- a/sys/netinet6/frag6.c
+++ b/sys/netinet6/frag6.c
@@ -180,7 +180,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