mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
isci(4): Fix a typo in a source code comment
- s/kength/length/ (cherry picked from commit 3db51fb1720efdddd6e8c2045397f59a398692d3)
This commit is contained in:
parent
13bd8f0111
commit
9be823d76b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue