mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: whether
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
09c53ebd36
commit
fed3c7b83f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void task_watchdog_bit_set(PebbleTask task);
|
|||
//! managing their own bits. If you're using this you're probably hacking around something awful.
|
||||
void task_watchdog_bit_set_all(void);
|
||||
|
||||
//! @return bool Wether this task is being tracked by the task watchdog.
|
||||
//! @return bool Whether this task is being tracked by the task watchdog.
|
||||
bool task_watchdog_mask_get(PebbleTask task);
|
||||
|
||||
//! Starts tracking a particular task using the task watchdog. The task must regularly call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue