git: 420d4927b311 - stable/13 - isci(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 31 Dec 2024 09:36:27 UTC
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=420d4927b31170d4b04462e9265519af9e8d764c

commit 420d4927b31170d4b04462e9265519af9e8d764c
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:35:13 +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.