Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2021 15:58:04 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: 76902f1aa6f9 - stable/12 - tcp(4): Fix a typo in a sysctl description
Message-ID:  <202112031558.1B3Fw4da063129@gitrepo.freebsd.org>

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



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