Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2021 04:34:36 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: 52237be90c70 - stable/13 - isci(4): Fix a common typo in src comments
Message-ID:  <202109010434.1814Yak4034232@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=52237be90c7087fe895487fe35e935f825f4e5f7

commit 52237be90c7087fe895487fe35e935f825f4e5f7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-08-29 07:55:10 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-09-01 04:34:00 +0000

    isci(4): Fix a common typo in src comments
    
    - s/exlusive/exclusive/
    
    (cherry picked from commit 2dfcc3a91dd4d21c16269b7add3141c99dfa48ab)
---
 sys/dev/isci/isci_timer.c              | 2 +-
 sys/dev/isci/scil/scic_user_callback.h | 2 +-
 sys/dev/isci/scil/scif_user_callback.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/dev/isci/isci_timer.c b/sys/dev/isci/isci_timer.c
index 60dfb63d83eb..9bba29c85242 100644
--- a/sys/dev/isci/isci_timer.c
+++ b/sys/dev/isci/isci_timer.c
@@ -109,7 +109,7 @@ scif_cb_timer_stop(SCI_CONTROLLER_HANDLE_T controller, void *timer)
  *        a handle for this timer for use in further timer interactions.
  *
  * @warning The "timer_callback" method should be executed in a mutually
- *          exlusive manner from the controller completion handler
+ *          exclusive manner from the controller completion handler
  *          handler (refer to scic_controller_get_handler_methods()).
  *
  * @param[in]  timer_callback This parameter specifies the callback method
diff --git a/sys/dev/isci/scil/scic_user_callback.h b/sys/dev/isci/scil/scic_user_callback.h
index 292237062ae3..2260f14c2705 100644
--- a/sys/dev/isci/scil/scic_user_callback.h
+++ b/sys/dev/isci/scil/scic_user_callback.h
@@ -76,7 +76,7 @@ extern "C" {
  *        a handle for this timer for use in further timer interactions.
  *
  * @warning The "timer_callback" method should be executed in a mutually
- *          exlusive manner from the controller completion handler
+ *          exclusive  manner from the controller completion handler
  *          handler (refer to scic_controller_get_handler_methods()).
  *
  * @param[in]  controller This parameter specifies the controller with
diff --git a/sys/dev/isci/scil/scif_user_callback.h b/sys/dev/isci/scil/scif_user_callback.h
index 39c6718b6f3e..3a44b772ae20 100644
--- a/sys/dev/isci/scil/scif_user_callback.h
+++ b/sys/dev/isci/scil/scif_user_callback.h
@@ -80,7 +80,7 @@ extern "C" {
  *        a handle for this timer for use in further timer interactions.
  *
  * @warning The "timer_callback" method should be executed in a mutually
- *          exlusive manner from the controller completion handler
+ *          exclusive manner from the controller completion handler
  *          handler (refer to scic_controller_get_handler_methods()).
  *
  * @param[in]  timer_callback This parameter specifies the callback method



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