tevent: fix typo async_req_done() => tevent_req_done()
authorStefan Metzmacher <metze@samba.org>
Fri, 1 May 2009 15:45:39 +0000 (17:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 7 May 2009 06:09:56 +0000 (08:09 +0200)
metze

lib/tevent/tevent_req.c

index 380a6388e29bca675071d819894f55b2cae1d88b..01700006eb9eca777de7d2fa35b485fd8b8100c7 100644 (file)
@@ -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.
  */