From 4a4c50fa4fb2a54fec757f9cf0269726d34fce18 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 6 Mar 2020 22:04:12 +0800 Subject: [PATCH] Fixed typo 'timout' timout -> timeout --- TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h b/TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h index e85fdebf79..d6b5ec376c 100644 --- a/TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h +++ b/TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h @@ -43,9 +43,9 @@ void test_timing(); /** Test Watchdog timeout * * Given a device with a Watchdog started, - * when the Watchdog timout doesn't expire, + * when the Watchdog timeout doesn't expire, * then the device restart is not performed. - * When the Watchdog timout does expire, + * When the Watchdog timeout does expire, * then the device is restarted after the timeout and before twice the timeout value. */ void test_timeout_lower_limit();