git: e3ba3105f735 - stable/14 - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Aug 2025 06:55:27 UTC
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. */ /**