From 1869a1d4a7ffe4b17c1cac01cf94894975acc41c Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Wed, 26 Jun 2019 08:06:38 -0500 Subject: [PATCH] Edit ResetReason.h Edit file for active voice, complete sentences and grammar. --- drivers/ResetReason.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/ResetReason.h b/drivers/ResetReason.h index dceb8c8789..8500abd49a 100644 --- a/drivers/ResetReason.h +++ b/drivers/ResetReason.h @@ -25,15 +25,15 @@ namespace mbed { /** \addtogroup drivers */ /** A platform-independent method of checking the cause of the last system reset. * - * When the system is restarted, the reason for the restart is contained in - * the system registers at boot time in a platform specific manner. This API - * provides a generic method of fetching the reason for the restart. + * When the system restarts, the reason for the restart is contained in + * the system registers at boot time in a platform specific manner. + * This API provides a generic method of fetching the reason for the restart. * * @ingroup drivers */ class ResetReason { public: - /** Get the platform-independent reason code for the last system reset. + /** Get the platform independent reason code for the last system reset. * * @return enum containing the last reset reason for the board. *