rtems: Fix type in description

This commit is contained in:
Sebastian Huber
2022-11-08 07:36:04 +01:00
parent dc8539c108
commit df81434421

View File

@@ -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.