summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_req.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-01 17:45:39 +0200
committerStefan Metzmacher <metze@samba.org>2009-05-07 08:09:56 +0200
commit6f7cd213dd38e770224cf131054862b76069aed8 (patch)
tree7c524b09e5642e91dabc25bcdb7ef5ac6146d1ef /lib/tevent/tevent_req.c
parent606edf0f350000978a437ddfb7c23525a16d9854 (diff)
downloadsamba-6f7cd213dd38e770224cf131054862b76069aed8.tar.gz
samba-6f7cd213dd38e770224cf131054862b76069aed8.tar.bz2
samba-6f7cd213dd38e770224cf131054862b76069aed8.zip
tevent: fix typo async_req_done() => tevent_req_done()
metze
Diffstat (limited to 'lib/tevent/tevent_req.c')
-rw-r--r--lib/tevent/tevent_req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_req.c b/lib/tevent/tevent_req.c
index 380a6388e2..01700006eb 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.
*/