clock_control: nrf: fix nrf_clock_control_get_startup_time desc

Fix the description of nrf_clock_control_get_startup_time which was
missing documentation of the spec param and had a spelling mistake
in it.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
This commit is contained in:
Bjarki Arge Andreasen 2025-06-10 23:14:58 +02:00 committed by Benjamin Cabé
commit 73773abb4a

View file

@ -354,9 +354,10 @@ static inline int nrf_clock_control_resolve(const struct device *dev,
}
/**
* @brief Get the startup timme of a clock.
* @brief Get the startup time of a clock.
*
* @param dev Device structure.
* @param spec Clock specification to get startup time for.
* @param startup_time_us Destination for startup time in microseconds.
*
* @retval Successful if successful.