diff options
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/tevent_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h index 4e3b7b5718..e10f52e711 100644 --- a/lib/tevent/tevent_internal.h +++ b/lib/tevent/tevent_internal.h @@ -142,7 +142,7 @@ struct tevent_req { struct tevent_immediate *trigger; /** - * @brief the timer event if tevent_req_set_timeout was used + * @brief the timer event if tevent_req_set_endtime was used * */ struct tevent_timer *timer; |