mirror of
https://github.com/google/pebble.git
synced 2025-05-01 15:51:40 -04:00
spelling: reentrancy
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1b10188be4
commit
c7851d5745
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue