From ce93b4f4645b15e204590633a8047c2bfec13154 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 11 Aug 2011 12:39:57 +0200 Subject: tevent: fix documentation for tevent_context_init_byname() Signed-off-by: Simo Sorce Autobuild-User: Simo Sorce Autobuild-Date: Thu Aug 11 21:56:37 CEST 2011 on sn-devel-104 --- lib/tevent/tevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 6e3ed76f57..c38f7c36e1 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -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. */ -- cgit