Skip to content

Commit fe85cbd

Browse files
authored
Merge pull request #12595 from DavidLin1577/patch-9
Fixed typo 'timout'
2 parents 0692fc6 + 4a4c50f commit fe85cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ void test_timing();
4343
/** Test Watchdog timeout
4444
*
4545
* Given a device with a Watchdog started,
46-
* when the Watchdog timout doesn't expire,
46+
* when the Watchdog timeout doesn't expire,
4747
* then the device restart is not performed.
48-
* When the Watchdog timout does expire,
48+
* When the Watchdog timeout does expire,
4949
* then the device is restarted after the timeout and before twice the timeout value.
5050
*/
5151
void test_timeout_lower_limit();

0 commit comments

Comments
 (0)