From ab86d94493a5cb36a8db6800399a9178a1bacd82 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:29:10 -0500 Subject: [PATCH] spelling: possibility Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/accessory/smartstrap_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/accessory/smartstrap_state.h b/src/fw/services/normal/accessory/smartstrap_state.h index 4ae64f79..6e86e240 100644 --- a/src/fw/services/normal/accessory/smartstrap_state.h +++ b/src/fw/services/normal/accessory/smartstrap_state.h @@ -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);