summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-11-17 07:07:08 +0100
committerKai Blin <kai@samba.org>2010-11-17 07:23:51 +0000
commit3f43b7e54205298766d38f250afe0c9285ed427d (patch)
tree6f1cf47c1f26d87f529da6937aec77f6255dbe95 /lib/tevent
parent27df2e544a64385a66e65217c6ce2474dd598829 (diff)
downloadsamba-3f43b7e54205298766d38f250afe0c9285ed427d.tar.gz
samba-3f43b7e54205298766d38f250afe0c9285ed427d.tar.bz2
samba-3f43b7e54205298766d38f250afe0c9285ed427d.zip
tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Nov 17 07:23:51 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 40fbbe6bf8..82c14831e5 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -924,8 +924,6 @@ struct tevent_req *tevent_req_post(struct tevent_req *req,
*
* It is typically used by sync wrapper functions.
*
- * This function destroys the attached private data.
- *
* @param[in] req The request to poll.
*
* @return The boolean form of "is in progress".