Skip to content

Commit ae28c74

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge branch 'kegilbert-patch-5' of ssh://github.com/ARMmbed/mbed-os into rollup
2 parents 515db95 + 0486146 commit ae28c74

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
@@ -31,7 +31,7 @@ extern "C" {
3131
*
3232
* Provides mechanisms to set and read the current time, based
3333
* on the microcontroller Real-Time Clock (RTC), plus some
34-
* standard C manipulation and formating functions.
34+
* standard C manipulation and formatting functions.
3535
*
3636
* Example:
3737
* @code
@@ -84,7 +84,7 @@ void set_time(time_t t);
8484
*
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
87-
* @param init_rtc pointer to funtion which initializes RTC, can be NULL
87+
* @param init_rtc pointer to function which initializes RTC, can be NULL
8888
* @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));

0 commit comments

Comments
 (0)