git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606edf0
)
tevent: fix typo async_req_done() => tevent_req_done()
author
Stefan Metzmacher
<metze@samba.org>
Fri, 1 May 2009 15:45:39 +0000
(17:45 +0200)
committer
Stefan Metzmacher
<metze@samba.org>
Thu, 7 May 2009 06:09:56 +0000
(08:09 +0200)
metze
lib/tevent/tevent_req.c
patch
|
blob
|
history
diff --git
a/lib/tevent/tevent_req.c
b/lib/tevent/tevent_req.c
index 380a6388e29bca675071d819894f55b2cae1d88b..01700006eb9eca777de7d2fa35b485fd8b8100c7 100644
(file)
--- 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.
*/