tevent: fix some comments in tevent.h
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Aug 2011 14:05:36 +0000 (16:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Aug 2011 14:17:11 +0000 (16:17 +0200)
metze

lib/tevent/tevent.h

index c5c7aa85bc20f9a5d2884ed509f6319cf9557231..6e3ed76f57dd09558c8f3c0ee86143c233841799 100644 (file)
@@ -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);