From owner-dev-commits-src-main@freebsd.org Sat Aug 14 07:40:07 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18FA066744E; Sat, 14 Aug 2021 07:40:07 +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 4GmslV6yLwz4t90; Sat, 14 Aug 2021 07:40:06 +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 D67B21E1AC; Sat, 14 Aug 2021 07:40:06 +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 17E7e6US007001; Sat, 14 Aug 2021 07:40:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17E7e6wg006996; Sat, 14 Aug 2021 07:40:06 GMT (envelope-from git) Date: Sat, 14 Aug 2021 07:40:06 GMT Message-Id: <202108140740.17E7e6wg006996@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: 34f620f1d0cf - main - Fix a few typos in source code comments 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/main X-Git-Reftype: branch X-Git-Commit: 34f620f1d0cfa67f5987452ac3fdd8c113b6b099 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2021 07:40:07 -0000 The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=34f620f1d0cfa67f5987452ac3fdd8c113b6b099 commit 34f620f1d0cfa67f5987452ac3fdd8c113b6b099 Author: Gordon Bergling AuthorDate: 2021-08-14 07:39:17 +0000 Commit: Gordon Bergling CommitDate: 2021-08-14 07:39:17 +0000 Fix a few typos in source code comments - s/posbile/possible/ MFC after: 5 days --- sys/cam/scsi/scsi_all.c | 2 +- sys/netgraph/ng_base.c | 2 +- tools/regression/netinet/ipsockopt/ipsockopt.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index 5a50d5bb134b..729a2a06e616 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -9150,7 +9150,7 @@ scsi_devid_match(uint8_t *lhs, size_t lhs_len, uint8_t *rhs, size_t rhs_len) rhs_end = rhs + rhs_len; /* - * rhs_last and lhs_last are the last posible position of a valid + * rhs_last and lhs_last are the last possible position of a valid * descriptor assuming it had a zero length identifier. We use * these variables to insure we can safely dereference the length * field in our loop termination tests. diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index ae179cf13a45..ba60acb53502 100644 --- a/sys/netgraph/ng_base.c +++ b/sys/netgraph/ng_base.c @@ -3454,7 +3454,7 @@ ngthread(void *arg) /* * XXX - * It's posible that a debugging NG_NODE_REF may need + * It's possible that a debugging NG_NODE_REF may need * to be outside the mutex zone */ static void diff --git a/tools/regression/netinet/ipsockopt/ipsockopt.c b/tools/regression/netinet/ipsockopt/ipsockopt.c index d03ddf652f42..16805b9e6412 100644 --- a/tools/regression/netinet/ipsockopt/ipsockopt.c +++ b/tools/regression/netinet/ipsockopt/ipsockopt.c @@ -163,7 +163,7 @@ test_ip_options(int sock, const char *socktypename) "returned %d bytes of data", socktypename, len); /* - * One posible failure mode is that the call succeeds but neglects to + * One possible failure mode is that the call succeeds but neglects to * copy out the data. */ if (test_options[0] == TEST_MAGIC)