Skip to content

Commit 53bb986

Browse files
authored
Merge pull request #9405 from cmonr/fix-doxy
Travis: Fix doxy-spellcheck job
2 parents 284781a + 9ed5d04 commit 53bb986

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.

tools/test/travis-ci/doxy-spellchecker/ignore.en.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ multishot
9191
_doxy_
9292
sa
9393
tparam
94+
retarget

0 commit comments

Comments
 (0)