Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2021 15:54:32 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f2cd4c877c13 - stable/13 - tcp(4): Fix a typo in a sysctl description
Message-ID:  <202112031554.1B3FsWBp062498@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gbe@FreeBSD.org>
AuthorDate: 2021-11-30 06:17:30 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112031554.1B3FsWBp062498>