The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=76902f1aa6f93eae46cb4250d34ea0eb3a2a656d
commit 76902f1aa6f93eae46cb4250d34ea0eb3a2a656d Author: Gordon Bergling <[email protected]> AuthorDate: 2021-11-30 06:17:30 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2021-12-03 15:55:58 +0000 tcp(4): Fix a typo in a sysctl description - s/entires/entries/ (cherry picked from commit b4aa9cb2175221d31ce06cf91bd9a6b34ebe868e) --- sys/netinet/tcp_hostcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index a92a12109bc4..e5cc915984a8 100644 --- a/sys/netinet/tcp_hostcache.c +++ b/sys/netinet/tcp_hostcache.c @@ -160,7 +160,7 @@ SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, prune, CTLFLAG_VNET | CTLFLAG_RW, SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, purge, CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(tcp_hostcache.purgeall), 0, - "Expire all entires on next purge run"); + "Expire all entries on next purge run"); SYSCTL_PROC(_net_inet_tcp_hostcache, OID_AUTO, list, CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_SKIP, 0, 0,
