git: 3db51fb1720e - main - isci(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 28 Dec 2024 06:43:18 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=3db51fb1720efdddd6e8c2045397f59a398692d3

commit 3db51fb1720efdddd6e8c2045397f59a398692d3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-12-28 06:38:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-12-28 06:41:34 +0000

    isci(4): Fix a typo in a source code comment
    
    - s/kength/length/
    
    MFC after:      3 days
---
 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.