git: a24d709243cc - stable/13 - netinet6: Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Dec 2021 15:54:35 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a24d709243cc4f55e75c09efa75f67db83b908b9 commit a24d709243cc4f55e75c09efa75f67db83b908b9 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:53:41 +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 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