summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_internal.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-10 13:54:57 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-10 16:44:44 +0100
commit09d1b2324cf02c20daa005e6f5d55dc107303af7 (patch)
tree0560b59d1abd01358b7a73c2a6f874c7bf86c86d /lib/tevent/tevent_internal.h
parent97cccb22194380ce84bf6188df90e2438f1176db (diff)
downloadsamba-09d1b2324cf02c20daa005e6f5d55dc107303af7.tar.gz
samba-09d1b2324cf02c20daa005e6f5d55dc107303af7.tar.bz2
samba-09d1b2324cf02c20daa005e6f5d55dc107303af7.zip
tevent: add tevent_req_received() function
This function can be called as last action of a _recv() function, it destroys the data attached to the tevent_req. metze
Diffstat (limited to 'lib/tevent/tevent_internal.h')
-rw-r--r--lib/tevent/tevent_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h
index fa73b22a48..5a645ecb60 100644
--- a/lib/tevent/tevent_internal.h
+++ b/lib/tevent/tevent_internal.h
@@ -56,7 +56,7 @@ struct tevent_req {
/**
* @brief A function to overwrite the default print function
*
- * The implementation doing the work may want to imeplement a
+ * The implementation doing the work may want to implement a
* custom function to print the text representation of the async
* request.
*/