From nobody Fri Dec 03 15:58:07 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5387218BA8B1; Fri, 3 Dec 2021 15:58:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J5HXw6ymsz3hLc; Fri, 3 Dec 2021 15:58:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0DC9C13933; Fri, 3 Dec 2021 15:58:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B3Fw7Pw063208; Fri, 3 Dec 2021 15:58:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B3Fw7Va063207; Fri, 3 Dec 2021 15:58:07 GMT (envelope-from git) Date: Fri, 3 Dec 2021 15:58:07 GMT Message-Id: <202112031558.1B3Fw7Va063207@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 2a1fa1c479dd - stable/12 - inet(3): Fix two typos in sysctl descriptions List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: 2a1fa1c479dd24f8b0033c0a6d27b7015beba022 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638547089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Ks4pbpSRLhIxKO8tNckAECAaV2ogq7cv0Y/ASiOotVs=; b=ffuUhsSoknwaFMAn/9y5wIHrjRnmVW7lqJL70MN4s2DFbQzfA7qfzYFUZXDIrM/Wsj1gGc vSPqmSpIwiZP9qpga83QzxR7odpf0U5c+meTiAHt0hiFzuxqaVmXIoPdp9sT0pHEtB7KGK ggCIFqZqfCHd3DatRxFnlk2R+INJwu9q9bHwlT3U5voT//poi8PypRWhJJovog5F7HoQ0b 7C+U+PljWSScQXxVKTEeFT23yg5SHJzCjwohDX/niv96wbYX61CtP4jOl1HTQFK5EJGjKg PH8fU9fuswf+BL+nzhWoD0opZUfu5CVJXw28ZZnNUHM47UxBeybiDunQa4xFNQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638547089; a=rsa-sha256; cv=none; b=RjnG+OHg6Et3DLgg69b4yBOmLKFqJZSOeoOhNV7tuosuGW9CekbdLQEA41LWJJ3LS3Wkhe upjeVzgb28xHB8DQe/YUm1nlns2XAQ3EG9DF9Z52nahGSjp91SYdMQjlmP7xkYliHDuaEx 7jWD+FzFaTtvjd23r8WD51o3w0erAkIIEWvU9YfAYK2NYnX1da8vTNAPnXQpeCJanuJZaq RIzanlpup7REgYaUtgJ8fb48+3iVkSho2ddu3s11sGNVFKUPtJW/Q9PUSEu8SjK9PFMGQZ GQMehVn0uRQaO6kt3l6UvNysyAlLnjNntn4pmg0f1sNIddx9jLDyQ0uHFM4cRw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2a1fa1c479dd24f8b0033c0a6d27b7015beba022 commit 2a1fa1c479dd24f8b0033c0a6d27b7015beba022 Author: Gordon Bergling AuthorDate: 2021-11-30 09:21:47 +0000 Commit: Gordon Bergling CommitDate: 2021-12-03 15:56:43 +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 5a8076f1171a..a8c7671ca0d2 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -204,11 +204,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"); #endif /* INET */