summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-08 07:36:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-08 07:40:55 +0100
commitdf814344215b6ec29d46238be47e3bbd2a2e22e4 (patch)
treedadeab7a9f607138b6ed50d7a39206a71fc6b09d /cpukit/include/rtems
parentwscript: fix formatting with yapf (diff)
downloadrtems-df814344215b6ec29d46238be47e3bbd2a2e22e4.tar.bz2
rtems: Fix type in description
Diffstat (limited to 'cpukit/include/rtems')
-rw-r--r--cpukit/include/rtems/rtems/clock.h2
1 files changed, 1 insertions, 1 deletions
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.