diff options
-rw-r--r-- | lib/tevent/tevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index c5c7aa85bc..6e3ed76f57 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -1359,8 +1359,8 @@ struct tevent_queue_entry; * * @return An allocated tevent queue on success, NULL on error. * - * @see tevent_start() - * @see tevent_stop() + * @see tevent_queue_start() + * @see tevent_queue_stop() */ struct tevent_queue *tevent_queue_create(TALLOC_CTX *mem_ctx, const char *name); |