From fed3c7b83fcff599de45d6c605d9be9d1609e4c5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:14:17 -0500 Subject: [PATCH] spelling: whether Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/drivers/task_watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/drivers/task_watchdog.h b/src/fw/drivers/task_watchdog.h index ff728ae5..c1fb1f8a 100644 --- a/src/fw/drivers/task_watchdog.h +++ b/src/fw/drivers/task_watchdog.h @@ -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