From 0702f4f0409e39d6b85b0b008a4e4cdf9690beb9 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 7 Aug 2022 16:05:08 +0200 Subject: [PATCH] isci(4): Fix a typo in a source code comment - s/paramater/parameter/ 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 b74e00fea4b..faf0a1f815f 100644 --- a/sys/dev/isci/scil/sati_util.c +++ b/sys/dev/isci/scil/sati_util.c @@ -447,7 +447,7 @@ void sati_scsi_common_response_iu_construct( * for which to construct the buffer for sense data. * @param[in] scsi_status This parameter specifies the SCSI status * value for the user's IO request. - * @param[out] sense_data This paramater + * @param[out] sense_data This parameter * * @return none */