From 9be823d76bd2225495bfd73d2c6e9f764f519d91 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 28 Dec 2024 07:38:33 +0100 Subject: [PATCH] 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 22c3111fe9c..300ecbd5367 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.