mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: possibility
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
27cbe4bcba
commit
ab86d94493
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ bool smartstrap_fsm_state_test_and_set(SmartstrapState expected_state, Smartstra
|
|||
|
||||
//! Sets the FSM state, regardless of what the current state is.
|
||||
//! @note The caller must ensure that there can be no other task or an ISR trying to access or
|
||||
//! change the state at the same time. If there is a posiblity for contention, the caller should use
|
||||
//! change the state at the same time. If there is a possibility for contention, the caller should use
|
||||
//! prv_fsm_state_test_and_set instead or enter a critical region.
|
||||
void smartstrap_fsm_state_set(SmartstrapState next_state);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue