Skip to content

Commit c497010

Browse files
Amanda Butler0xc0170
authored andcommitted
Edit ResetReason.h
Edit file for active voice, complete sentences and grammar.
1 parent f8a6674 commit c497010

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/ResetReason.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ namespace mbed {
2525
/** \addtogroup drivers */
2626
/** A platform-independent method of checking the cause of the last system reset.
2727
*
28-
* When the system is restarted, the reason for the restart is contained in
29-
* the system registers at boot time in a platform specific manner. This API
30-
* provides a generic method of fetching the reason for the restart.
28+
* When the system restarts, the reason for the restart is contained in
29+
* the system registers at boot time in a platform specific manner.
30+
* This API provides a generic method of fetching the reason for the restart.
3131
*
3232
* @ingroup drivers
3333
*/
3434
class ResetReason {
3535
public:
36-
/** Get the platform-independent reason code for the last system reset.
36+
/** Get the platform independent reason code for the last system reset.
3737
*
3838
* @return enum containing the last reset reason for the board.
3939
*

0 commit comments

Comments
 (0)