git: 00d6089a7bfa - stable/12 - isci(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 04 Nov 2022 05:07:40 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=00d6089a7bfaf275a3346bacad82644dac39db23

commit 00d6089a7bfaf275a3346bacad82644dac39db23
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-01 06:58:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-04 05:07:20 +0000

    isci(4): Fix a typo in a source code comment
    
    - s/interrutp/interrupt/
    
    (cherry picked from commit 5014dc958f0f3b7ba0c0a6ff84faa45151af51ac)
---
 sys/dev/isci/scil/scic_controller.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/isci/scil/scic_controller.h b/sys/dev/isci/scil/scic_controller.h
index f87f14b658e6..e6ce24132e37 100644
--- a/sys/dev/isci/scil/scic_controller.h
+++ b/sys/dev/isci/scil/scic_controller.h
@@ -767,7 +767,7 @@ SCI_STATUS scic_controller_set_mode(
  *                results in no interrupt coalescing timeout.
  *
  * @return Indicate if the user successfully set the interrupt coalesce parameters.
- * @retval SCI_SUCCESS The user successfully updated the interrutp coalescence.
+ * @retval SCI_SUCCESS The user successfully updated the interrupt coalescence.
  * @retval SCI_FAILURE_INVALID_PARAMETER_VALUE The user input value is out of range.
  */
 SCI_STATUS scic_controller_set_interrupt_coalescence(