Skip to content

Commit 201e034

Browse files
committed
Apply comment: change comment of guard condition
1 parent 17d1cec commit 201e034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rcl/src/rcl/timer.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ typedef struct rcl_timer_impl_t
3333
rcl_clock_t * clock;
3434
// The associated context.
3535
rcl_context_t * context;
36-
// A guard condition used to wake a wait set
36+
// A guard condition used to wake the associated wait set, either when
37+
// ROSTime causes the timer to expire or when the timer is reset.
3738
rcl_guard_condition_t guard_condition;
3839
// The user supplied callback.
3940
atomic_uintptr_t callback;

0 commit comments

Comments
 (0)