From 95e8e27e9b6c383843a5c40a8f97f32ef1f3dcbb Mon Sep 17 00:00:00 2001 From: Rajkumar Kanagaraj Date: Tue, 26 Feb 2019 20:59:51 +0000 Subject: [PATCH] doxy spell check fix for watchdog --- drivers/Watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/Watchdog.h b/drivers/Watchdog.h index a154f9abf5..24f029d449 100644 --- a/drivers/Watchdog.h +++ b/drivers/Watchdog.h @@ -77,7 +77,7 @@ public: * Calling this function will attempt to disable any currently running * watchdog timers if supported by the current platform. * - * @return Returns WATCHDOG_STATUS_OK if the watchdog timer was succesfully + * @return Returns WATCHDOG_STATUS_OK if the watchdog timer was successfully * stopped, or if the timer was never started. Returns * WATCHDOG_STATUS_NOT_SUPPORTED if the watchdog cannot be disabled * on the current platform.