1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

Merge pull request #21208 from krzysztof-cabaj/ztimer_doc

sys/ztimer: fix small typo in doc
This commit is contained in:
Dylan Laduranty 2025-02-12 14:17:27 +00:00 committed by GitHub
commit 9ae0023055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -404,7 +404,7 @@ void ztimer_handler(ztimer_clock_t *clock);
/**
* @brief Acquire a clock
*
* This will indicate the the underlying clock is required to be running.
* This will indicate the underlying clock is required to be running.
* If time differences are measured using @ref ztimer_now this will make
* sure ztimer won't turn of the clock source.
*
@ -425,7 +425,7 @@ static inline bool ztimer_acquire(ztimer_clock_t *clock)
/**
* @brief Release a clock
*
* This will indicate the the underlying clock isn't required to be running
* This will indicate the underlying clock isn't required to be running
* anymore and may be turned off.
*
* @param[in] clock ztimer clock to operate on