git: 0702f4f0409e - main - isci(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 07 Aug 2022 14:05:17 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=0702f4f0409e39d6b85b0b008a4e4cdf9690beb9

commit 0702f4f0409e39d6b85b0b008a4e4cdf9690beb9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-07 14:05:08 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-07 14:05:08 +0000

    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 b74e00fea4b7..faf0a1f815fb 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
  */