Skip to content

Commit

Permalink
Apply comment: change comment of guard condition
Browse files Browse the repository at this point in the history
Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
  • Loading branch information
DongheeYe committed Mar 11, 2020
1 parent 17d1cec commit e725ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rcl/src/rcl/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ typedef struct rcl_timer_impl_t
rcl_clock_t * clock;
// The associated context.
rcl_context_t * context;
// A guard condition used to wake a wait set
// A guard condition used to wake the associated wait set, either when
// ROSTime causes the timer to expire or when the timer is reset.
rcl_guard_condition_t guard_condition;
// The user supplied callback.
atomic_uintptr_t callback;
Expand Down

0 comments on commit e725ff6

Please sign in to comment.