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


The following commit(s) were added to refs/heads/master by this push:
     new a72f1820af Fix typo errors in include/nuttx/clock.h
a72f1820af is described below

commit a72f1820af4b8d287d80d483018746c6a565dbc9
Author: hujun5 <[email protected]>
AuthorDate: Tue Nov 12 15:07:55 2024 +0800

    Fix typo errors in include/nuttx/clock.h
    
    Signed-off-by: hujun5 <[email protected]>
---
 include/nuttx/clock.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/nuttx/clock.h b/include/nuttx/clock.h
index 74b55d2ad5..5afc8ed605 100644
--- a/include/nuttx/clock.h
+++ b/include/nuttx/clock.h
@@ -391,7 +391,7 @@ EXTERN volatile clock_t g_system_ticks;
  *
  * Input Parameters:
  *   ts1 and ts2: The two timespecs to be added
- *   t23: The location to return the result (may be ts1 or ts2)
+ *   ts3: The location to return the result (may be ts1 or ts2)
  *
  * Returned Value:
  *   None
@@ -422,7 +422,7 @@ EXTERN volatile clock_t g_system_ticks;
  *
  * Input Parameters:
  *   ts1 and ts2: The two timespecs to be subtracted (ts1 - ts2)
- *   t23: The location to return the result (may be ts1 or ts2)
+ *   ts3: The location to return the result (may be ts1 or ts2)
  *
  * Returned Value:
  *   None

Reply via email to