isci(4): Fix a common typo in src comments

- s/exlusive/exclusive/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-08-29 09:55:10 +02:00
parent 22f5f4a14e
commit 2dfcc3a91d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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