tevent: fix documentation for tevent_context_init_byname()
authorSumit Bose <sbose@redhat.com>
Thu, 11 Aug 2011 10:39:57 +0000 (12:39 +0200)
committerSimo Sorce <idra@samba.org>
Thu, 11 Aug 2011 19:56:37 +0000 (21:56 +0200)
Signed-off-by: Simo Sorce <idra@samba.org>
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Thu Aug 11 21:56:37 CEST 2011 on sn-devel-104

lib/tevent/tevent.h

index 6e3ed76f57dd09558c8f3c0ee86143c233841799..c38f7c36e17c2d91c51c208ece0191428b299cf0 100644 (file)
@@ -111,7 +111,7 @@ typedef void (*tevent_signal_handler_t)(struct tevent_context *ev,
 struct tevent_context *tevent_context_init(TALLOC_CTX *mem_ctx);
 
 /**
- * @brief Create a event_context structure and name it.
+ * @brief Create a event_context structure and select a specific backend.
  *
  * This must be the first events call, and all subsequent calls pass this
  * event_context as the first element. Event handlers also receive this as
@@ -119,7 +119,7 @@ struct tevent_context *tevent_context_init(TALLOC_CTX *mem_ctx);
  *
  * @param[in]  mem_ctx  The memory context to use.
  *
- * @param[in]  name     The name for the tevent context.
+ * @param[in]  name     The name of the backend to use.
  *
  * @return              An allocated tevent context, NULL on error.
  */