Skip to content

Commit 26696c2

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Fixed rtc doxygen spelling errors
1 parent 5dbb4b9 commit 26696c2

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
@@ -100,7 +100,7 @@ void attach_rtc(time_t (*read_rtc)(void), void (*write_rtc)(time_t), void (*init
100100

101101
/** Standard lib retarget, get time since Epoch
102102
*
103-
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
103+
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
104104
* separate target specific RTC implementations only the seconds component is used.
105105
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
106106
* not used.
@@ -112,7 +112,7 @@ int gettimeofday(struct timeval *tv, void *tz);
112112

113113
/** Standard lib retarget, set time since Epoch
114114
*
115-
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
115+
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
116116
* separate target specific RTC implementations only the seconds component is used.
117117
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
118118
* not used.

0 commit comments

Comments
 (0)