Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2022 05:06:46 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4139292c45f6 - stable/13 - isci(4): Fix a typo in a source code comment
Message-ID:  <202211040506.2A456kvI018842@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=4139292c45f677299709f30a7d3b78120bdb9242

commit 4139292c45f677299709f30a7d3b78120bdb9242
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:06:16 +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(



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211040506.2A456kvI018842>