aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/queues/event_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/queues/event_queue.h')
-rw-r--r--src/charon/queues/event_queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/queues/event_queue.h b/src/charon/queues/event_queue.h
index 638887dac..576d6aaaf 100644
--- a/src/charon/queues/event_queue.h
+++ b/src/charon/queues/event_queue.h
@@ -88,8 +88,8 @@ struct event_queue_t {
* removes the job.
*
* @param event_queue calling object
- * @param[in] job job to add to the queue (job is not copied)
- * @param[in] absolute time time, when the event has to get fired
+ * @param[in] job job to add to the queue (job is not copied)
+ * @param[in] time absolute time, when the event has to get fired
*/
void (*add_absolute) (event_queue_t *event_queue, job_t *job, timeval_t time);