Date: Sun, 17 Aug 2025 07:35:21 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 663061da205e - main - isci(4): Fix a typo in a source code comment Message-ID: <202508170735.57H7ZLdk058568@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=663061da205e4112fa25bc628f35a56f0e31a39a commit 663061da205e4112fa25bc628f35a56f0e31a39a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-17 07:33:50 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-08-17 07:33:50 +0000 isci(4): Fix a typo in a source code comment - s/contants/constants/ MFC after: 3 days --- 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?202508170735.57H7ZLdk058568>