diff options
Diffstat (limited to 'src/charon/processing/processor.h')
-rw-r--r-- | src/charon/processing/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/processing/processor.h b/src/charon/processing/processor.h index 58222ab81..5bf8cf573 100644 --- a/src/charon/processing/processor.h +++ b/src/charon/processing/processor.h @@ -60,7 +60,7 @@ struct processor_t { * * This function is non blocking and adds a job_t to the queue. * - * @param job job to add to the queue + * @param job job to add to the queue */ void (*queue_job) (processor_t *this, job_t *job); |