[rtems commit] rtems: Fix type in description

Sebastian Huber sebh at rtems.org
Tue Nov 8 06:30:21 UTC 2022


Module:    rtems
Branch:    master
Commit:    df814344215b6ec29d46238be47e3bbd2a2e22e4
Changeset: http://git.rtems.org/rtems/commit/?id=df814344215b6ec29d46238be47e3bbd2a2e22e4

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov  8 07:36:04 2022 +0100

rtems: Fix type in description

---

 cpukit/include/rtems/rtems/clock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/include/rtems/rtems/clock.h b/cpukit/include/rtems/rtems/clock.h
index 7b460ea4fb..2f541d46a2 100644
--- a/cpukit/include/rtems/rtems/clock.h
+++ b/cpukit/include/rtems/rtems/clock.h
@@ -909,7 +909,7 @@ rtems_interval rtems_clock_get_ticks_since_boot( void );
  * @brief Gets the seconds and nanoseconds elapsed since some time point during
  *   the system initialization using CLOCK_MONOTONIC.
  *
- * @param[out] uptime is the pointer to a struct timeval object.  When the
+ * @param[out] uptime is the pointer to a struct timespec object.  When the
  *   directive call is successful, the seconds and nanoseconds elapsed since
  *   some time point during the system initialization and some point during the
  *   directive call using CLOCK_MONOTONIC will be stored in this object.



More information about the vc mailing list