isci(4): Fix a typo in a source code comment

- s/kength/length/

(cherry picked from commit 3db51fb1720efdddd6e8c2045397f59a398692d3)
This commit is contained in:
Gordon Bergling 2024-12-28 07:38:33 +01:00
parent 13bd8f0111
commit 9be823d76b

View file

@ -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.