git: 9be823d76bd2 - stable/14 - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 09:33:27 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=9be823d76bd2225495bfd73d2c6e9f764f519d91 commit 9be823d76bd2225495bfd73d2c6e9f764f519d91 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-12-28 06:38:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-12-31 09:32:43 +0000 isci(4): Fix a typo in a source code comment - s/kength/length/ (cherry picked from commit 3db51fb1720efdddd6e8c2045397f59a398692d3) --- sys/dev/isci/scil/sati_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/sati_util.c b/sys/dev/isci/scil/sati_util.c index 22c3111fe9ca..300ecbd5367b 100644 --- a/sys/dev/isci/scil/sati_util.c +++ b/sys/dev/isci/scil/sati_util.c @@ -70,7 +70,7 @@ /** * @brief This method will set the data direction, protocol, and transfer - * kength for an ATA non-data command. + * length for an ATA non-data command. * * @pre It is expected that the user will use this method for setting these * values in a non-data ATA command constuct.