Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2021 15:54:29 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: a79a0d9cdd53 - stable/13 - inet(3): Fix two typos in sysctl descriptions
Message-ID:  <202112031554.1B3FsTW0062418@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=a79a0d9cdd53858cea6f1b6bb4b1d923d2e7ab3e

commit a79a0d9cdd53858cea6f1b6bb4b1d923d2e7ab3e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-30 09:21:47 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-03 15:52:31 +0000

    inet(3): Fix two typos in sysctl descriptions
    
    - s/sequental/sequential/
    
    (cherry picked from commit 27c4abc7cde0be8f9fdd8ac7725e9910b0cbf5d4)
---
 sys/netinet/in_pcb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index c3ad7e9b6bc6..cff8e398eec0 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -216,11 +216,11 @@ SYSCTL_INT(_net_inet_ip_portrange, OID_AUTO, randomized,
 SYSCTL_INT(_net_inet_ip_portrange, OID_AUTO, randomcps,
 	CTLFLAG_VNET | CTLFLAG_RW,
 	&VNET_NAME(ipport_randomcps), 0, "Maximum number of random port "
-	"allocations before switching to a sequental one");
+	"allocations before switching to a sequential one");
 SYSCTL_INT(_net_inet_ip_portrange, OID_AUTO, randomtime,
 	CTLFLAG_VNET | CTLFLAG_RW,
 	&VNET_NAME(ipport_randomtime), 0,
-	"Minimum time to keep sequental port "
+	"Minimum time to keep sequential port "
 	"allocation before switching to a random one");
 
 #ifdef RATELIMIT



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