isci(4): Fix a common typo in src comments
- s/exlusive/exclusive/ MFC after: 3 days
This commit is contained in:
parent
22f5f4a14e
commit
2dfcc3a91d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user