Edit ResetReason_tests.h

Make minor grammar edits.
pull/10657/head
Amanda Butler 2018-11-26 14:26:28 -06:00 committed by Filip Jagodzinski
parent a0c2b59475
commit dd46edaef3
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@
/** Test the ResetReason driver API /** Test the ResetReason driver API
* *
* Given a device supporting a ResetReason API * Given a device supporting a ResetReason API,
* When the device is restarted using various methods * when the device is restarted,
* Then the device returns a correct reset reason for every restart * then the device returns a correct reset reason for every restart.
*/ */
void test_reset_reason(); void test_reset_reason();