summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-08-09 16:05:36 +0200
committerStefan Metzmacher <metze@samba.org>2011-08-09 21:37:42 +0200
commitc6363bb352daab5b5e4523df14ea8f20b630be75 (patch)
tree49473d4a182a44da0ede485434d340f746e47c29 /lib/tevent/tevent.h
parent1533f1722de96f814c5e9de9aebc2892eb4bf882 (diff)
downloadsamba-c6363bb352daab5b5e4523df14ea8f20b630be75.tar.gz
samba-c6363bb352daab5b5e4523df14ea8f20b630be75.tar.xz
samba-c6363bb352daab5b5e4523df14ea8f20b630be75.zip
tevent: fix some comments in tevent.h
metze
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index c5c7aa85bc2..6e3ed76f57d 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);