git: 663061da205e - main - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Aug 2025 07:35:21 UTC
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. */ /**