From owner-dev-commits-src-branches@freebsd.org Thu Aug 19 07:28:48 2021 Return-Path: Delivered-To: dev-commits-src-branches@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 4983665FD8C; Thu, 19 Aug 2021 07:28:48 +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 4GqxG81bXYz3ln1; Thu, 19 Aug 2021 07:28:48 +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 1EE21214BE; Thu, 19 Aug 2021 07:28:48 +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 17J7SmkU014953; Thu, 19 Aug 2021 07:28:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17J7SmQF014952; Thu, 19 Aug 2021 07:28:48 GMT (envelope-from git) Date: Thu, 19 Aug 2021 07:28:48 GMT Message-Id: <202108190728.17J7SmQF014952@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: 7aa0f2904567 - stable/13 - Fix a common typo 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/stable/13 X-Git-Reftype: branch X-Git-Commit: 7aa0f29045671e42aa19992d45c0d7bd1ddbe96d Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2021 07:28:48 -0000 The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7aa0f29045671e42aa19992d45c0d7bd1ddbe96d commit 7aa0f29045671e42aa19992d45c0d7bd1ddbe96d Author: Gordon Bergling AuthorDate: 2021-08-14 12:08:46 +0000 Commit: Gordon Bergling CommitDate: 2021-08-19 07:28:34 +0000 Fix a common typo in source code comments - s/definitons/definitions/ (cherry picked from commit 1da11b8ac3474817f38330e272f50553f2ef21a4) --- sys/cam/scsi/scsi_da.c | 2 +- sys/mips/include/cpuregs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index c13b51921745..b281dbfd4ee1 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -4469,7 +4469,7 @@ dazonedone(struct cam_periph *periph, union ccb *ccb) /* * NOTE: we're mapping the values here directly * from the SCSI/ATA bit definitions to the bio.h - * definitons. There is also a warning in + * definitions. There is also a warning in * disk_zone.h, but the impact is that if * additional values are added in the SCSI/ATA * specs these will be visible to consumers of diff --git a/sys/mips/include/cpuregs.h b/sys/mips/include/cpuregs.h index c61724564a59..2b5a0ce554dc 100644 --- a/sys/mips/include/cpuregs.h +++ b/sys/mips/include/cpuregs.h @@ -222,7 +222,7 @@ #define MIPS_SR_INT_MASK 0x0000ff00 /* - * R4000 status register bit definitons, + * R4000 status register bit definitions, * where different from r2000/r3000. */ #define MIPS_SR_XX 0x80000000