git: 5014dc958f0f - main - isci(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 01 Nov 2022 06:58:37 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=5014dc958f0f3b7ba0c0a6ff84faa45151af51ac

commit 5014dc958f0f3b7ba0c0a6ff84faa45151af51ac
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-01 06:58:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-01 06:58:26 +0000

    isci(4): Fix a typo in a source code comment
    
    - s/interrutp/interrupt/
    
    MFC after:3 days
---
 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(