Fixed typo 'timout'

timout -> timeout
pull/12595/head
David Lin 2020-03-06 22:04:12 +08:00 committed by GitHub
parent 1f2e66dd49
commit 4a4c50fa4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ void test_timing();
/** Test Watchdog timeout /** Test Watchdog timeout
* *
* Given a device with a Watchdog started, * 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. * 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. * then the device is restarted after the timeout and before twice the timeout value.
*/ */
void test_timeout_lower_limit(); void test_timeout_lower_limit();