From 5014dc958f0f3b7ba0c0a6ff84faa45151af51ac Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Tue, 1 Nov 2022 07:58:26 +0100 Subject: [PATCH] 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(