Skip to content

Commit

Permalink
ztimer: Fix doc on ztimer_remove
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Mar 14, 2023
1 parent 5b61449 commit fa0ab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/ztimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ unsigned ztimer_is_set(const ztimer_clock_t *clock, const ztimer_t *timer);
/**
* @brief Remove a timer from a clock
*
* This will place @p timer in the timer targets queue for @p clock.
* This will remove @p timer from the timer targets queue for @p clock.
*
* This function does nothing if @p timer is not found in the timer queue of
* @p clock.
Expand Down

0 comments on commit fa0ab40

Please sign in to comment.