arch/sim/src/sim/sim_oneshot.c: Fix spelling in comments, "Ths" -> "This"
Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
This commit is contained in:
parent
bf870e51ba
commit
e78a33464e
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ static inline void sim_reset_alarm(struct timespec *alarm)
|
|||
* Name: sim_update_hosttimer
|
||||
*
|
||||
* Description:
|
||||
* Ths function is called periodically to deliver the tick events to the
|
||||
* This function is called periodically to deliver the tick events to the
|
||||
* NuttX simulation.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
|
@ -183,7 +183,7 @@ static void sim_update_hosttimer(void)
|
|||
* Name: sim_timer_update_internal
|
||||
*
|
||||
* Description:
|
||||
* Ths function is called periodically to deliver the tick events to the
|
||||
* This function is called periodically to deliver the tick events to the
|
||||
* NuttX simulation.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue