The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f2cd4c877c13009018f1543db1a722019f2eb131
commit f2cd4c877c13009018f1543db1a722019f2eb131 Author: Gordon Bergling <[email protected]> AuthorDate: 2021-11-30 06:17:30 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2021-12-03 15:53:14 +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 11db8c6cf90e..cb4133a225d8 100644 --- a/sys/netinet/tcp_hostcache.c +++ b/sys/netinet/tcp_hostcache.c @@ -163,7 +163,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 | CTLFLAG_MPSAFE,
