git: c1295a443eed - stable/12 - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 12:25:43 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c1295a443eed976e61976aee1bf9f35d85f06eb9 commit c1295a443eed976e61976aee1bf9f35d85f06eb9 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-08-07 14:05:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-08-10 12:25:32 +0000 isci(4): Fix a typo in a source code comment - s/paramater/parameter/ (cherry picked from commit 0702f4f0409e39d6b85b0b008a4e4cdf9690beb9) --- 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 */