Date: Wed, 20 Aug 2025 06:55:27 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: e3ba3105f735 - stable/14 - isci(4): Fix a typo in a source code comment Message-ID: <202508200655.57K6tRCJ022326@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e3ba3105f735c8ab1b7fb726345498d4aa3d456c commit e3ba3105f735c8ab1b7fb726345498d4aa3d456c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-17 07:33:50 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-08-20 06:53:44 +0000 isci(4): Fix a typo in a source code comment - s/contants/constants/ (cherry picked from commit 663061da205e4112fa25bc628f35a56f0e31a39a) --- sys/dev/isci/scil/intel_sata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/intel_sata.h b/sys/dev/isci/scil/intel_sata.h index 4cf4adf03e07..fdad5be9b083 100644 --- a/sys/dev/isci/scil/intel_sata.h +++ b/sys/dev/isci/scil/intel_sata.h @@ -61,7 +61,7 @@ * * @brief This file defines all of the SATA releated constants, enumerations, * and types. Please note that this file does not necessarily contain - * an exhaustive list of all contants and commands. + * an exhaustive list of all constants and commands. */ /**
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508200655.57K6tRCJ022326>