Skip to content

Commit ebc6ffd

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge branch 'ARMmbed-typo-fix-1-1' into rollup2
2 parents 97d5117 + d0aec14 commit ebc6ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_rtc_time.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extern "C" {
5959

6060
/** Set the current time
6161
*
62-
* Initialises and sets the time of the microcontroller Real-Time Clock (RTC)
62+
* Initializes and sets the time of the microcontroller Real-Time Clock (RTC)
6363
* to the time represented by the number of seconds since January 1, 1970
6464
* (the UNIX timestamp).
6565
*
@@ -85,7 +85,7 @@ void set_time(time_t t);
8585
* @param read_rtc pointer to function which returns current UNIX timestamp
8686
* @param write_rtc pointer to function which sets current UNIX timestamp, can be NULL
8787
* @param init_rtc pointer to funtion which initializes RTC, can be NULL
88-
* @param isenabled_rtc pointer to function wich returns if the rtc is enabled, can be NULL
88+
* @param isenabled_rtc pointer to function which returns if the RTC is enabled, can be NULL
8989
*/
9090
void attach_rtc(time_t (*read_rtc)(void), void (*write_rtc)(time_t), void (*init_rtc)(void), int (*isenabled_rtc)(void));
9191

0 commit comments

Comments
 (0)