From 73773abb4a5b9c603c0690837586590516a305e9 Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Tue, 10 Jun 2025 23:14:58 +0200 Subject: [PATCH] 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 --- include/zephyr/drivers/clock_control/nrf_clock_control.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/zephyr/drivers/clock_control/nrf_clock_control.h b/include/zephyr/drivers/clock_control/nrf_clock_control.h index a8749bfd70f..13b134c170e 100644 --- a/include/zephyr/drivers/clock_control/nrf_clock_control.h +++ b/include/zephyr/drivers/clock_control/nrf_clock_control.h @@ -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.