This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit e78a33464e2ea3837a4677d433adab7a91e62e5f
Author: Jukka Laitinen <jukka.laiti...@tii.ae>
AuthorDate: Mon May 12 13:22:01 2025 +0300

    arch/sim/src/sim/sim_oneshot.c: Fix spelling in comments, "Ths" -> "This"
    
    Signed-off-by: Jukka Laitinen <jukka.laiti...@tii.ae>
---
 arch/sim/src/sim/sim_oneshot.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sim/src/sim/sim_oneshot.c b/arch/sim/src/sim/sim_oneshot.c
index 70139543a0..96e8594169 100644
--- a/arch/sim/src/sim/sim_oneshot.c
+++ b/arch/sim/src/sim/sim_oneshot.c
@@ -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.
  *
  ****************************************************************************/

Reply via email to