spelling: reentrancy

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:09:49 -05:00
parent 1b10188be4
commit c7851d5745

View file

@ -128,7 +128,7 @@ void kernel_applib_release_log_state(LogState *state) {
mutex_unlock_recursive(s_log_state_mutex);
}
// Clear the re-entrancy flag for this task
// Clear the reentrancy flag for this task
PebbleTask task = prv_get_current_task();
s_log_state_task_entered[task] = false;
}