From: Stefan Metzmacher Date: Fri, 1 May 2009 15:45:39 +0000 (+0200) Subject: tevent: fix typo async_req_done() => tevent_req_done() X-Git-Tag: tdb-1.1.5~707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7cd213dd38e770224cf131054862b76069aed8;p=thirdparty%2Fsamba.git tevent: fix typo async_req_done() => tevent_req_done() metze --- diff --git a/lib/tevent/tevent_req.c b/lib/tevent/tevent_req.c index 380a6388e29..01700006eb9 100644 --- a/lib/tevent/tevent_req.c +++ b/lib/tevent/tevent_req.c @@ -132,7 +132,7 @@ static void tevent_req_finish(struct tevent_req *req, * @brief An async request has successfully finished * @param[in] req The finished request * - * async_req_done is to be used by implementors of async requests. When a + * tevent_req_done is to be used by implementors of async requests. When a * request is successfully finished, this function calls the user's completion * function. */