From c6363bb352daab5b5e4523df14ea8f20b630be75 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 9 Aug 2011 16:05:36 +0200 Subject: tevent: fix some comments in tevent.h metze --- lib/tevent/tevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/tevent') 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); -- cgit